Question 106

You plan to upgrade your Oracle Database 9i to Oracle Database 12c.
Which two methods can you use? (Choose two.)
  • Question 107

    Examine the details of the uncompressed, non-partitioned heap table CITIES.

    Examine the command:
    SQL> ALTER TABLE cities SHRINK SPACE COMPACT;
    What must you do before executing it?
  • Question 108

    Which statement is true about the loss of a data file belonging to the default undo tablespace?
  • Question 109

    Which statement is true about the Oracle central inventory directory (oraInventory)?
  • Question 110

    The HR.DEPARTMENTS table is the parent of the HR.EMPLOYEES table. The EMPLOYEES.DEPARTMENT_ID column has a foreign key constraint with the ON DELETE CASCADEoption that refers to the DEPARTMENTS.DEPARTMENT_ID column. An index exists on the DEPARTMENTS.DEPARTMENT_ID column.
    A transaction deletes a primary key in the DEPARTMENTStable, which has child rows in the EMPLOYEEStable.
    Which statement is true?