Question 16

Examine the parameters for your database instance:

Which three statements are true about the process of automatic optimization by using cardinality feedback? (Choose three.)
  • Question 17

    Which three statements are true about using flashback database in a multitenant container database (CDB)?
  • Question 18

    Examine the contents of SQL loader control file:

    Which three statements are true regarding the SQL* Loader operation performed using the control file? (Choose three.)
  • Question 19

    You install a non-RAC Oracle Database. During Installation, the Oracle Universal Installer (OUI) prompts you to enter the path of the Inventory directory and also to specify an operating system group name.
    Which statement is true?
  • Question 20

    You ran this command on a source database:
    $> expdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept
    On the target database, you run this command:
    $> impdp hr/hr DIRECTORY=dumpdir DUMPFILE=emp1.dmp VIEWS_AS_TABLES=emp_dept
    Which two statements are true? (Choose two.)