Question 31

Which two statements are true when row archival management is enabled?
  • Question 32

    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?
  • Question 33

    You executed this command to create a password file:
    $ orapwd file = orapworcl entries = 10 ignorecase = N
    Which two statements are true about the password file?
  • Question 34

    Which two are prerequisites for performing a flashback transaction?
  • Question 35

    A senior DBA asked you to execute the following command to improve performance:
    SQL> ALTER TABLE subscribe log STORAGE (BUFFER_POOL recycle);
    You checked the data in the SUBSCRIBE_LOG table and found that it is a large table containing one million rows.
    What could be a reason for this recommendation?