Question 41

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

    A warehouse fact table in your Oracle 12c Database is range-partitioned by month and accessed frequently with queries that span multiple partitions
    The table has a local prefixed, range partitioned index.
    Some of these queries access very few rows in some partitions and all the rows in other partitions, but these queries still perform a full scan for all accessed partitions.
    This commonly occurs when the range of dates begins at the end of a month or ends close to the start of a month.
    You want an execution plan to be generated that uses indexed access when only a few rows are accessed from a segment, while still allowing full scans for segments where many rows are returned.
    Which three methods could transparently help to achieve this result?
  • Question 43

    Your single-instance Oracle 12c database home currently supports conventional auditing and uses Automatic Storage Management (ASM). You want to enable unified auditing by executing the command:
    $ make -fins_rdbms.mk uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME
    Which two steps should you perform before executing this command? (Choose two.)
  • Question 44

    You want to create a file watcher and an event-based job for detecting the arrival of files on the local server from various locations. To achieve this, you enable the raising of file arrival events from remote systems.
    Which two conditions must be satisfied to receive file arrival events from a remote system? (Choose two.)
  • Question 45

    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 CASCADE option 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 DEPARTMENTS table, which has child rows in the EMPLOYEES table.
    Which statement is true?