Question 21

You want to capture column group usage and gather extended statistics for better cardinality estimates for the CUSTOMERS table in the SH schema.
Examine the following steps:
1. Issue the SELECT DBMS_STATS.CREATE_EXTENDED_STATS (`SH',
`CUSTOMERS') FROM dual statement.
2. Execute the DBMS_STATS.SEED_COL_USAGE (null, `SH', 500) procedure.
3. Execute the required queries on the CUSTOMERS table.
4. Issue the SELECT DBMS_STATS.REPORT_COL_USAGE (`SH', `CUSTOMERS')
FROM dual statement.
Identify the correct sequence of steps.
  • Question 22

    The persistent configuration settings for RMAN have default for all parameters.
    Identify four RMAN commands that produce a multi-section backup.
  • Question 23

    You conned using SQL Plus to the root container of a multitenant container database (CDB) with SYSDBA privilege.
    The CDB has several pluggable databases (PDBs) open in the read/write mode.
    There are ongoing transactions in both the CDB and PDBs.
    What happens alter issuing the SHUTDOWN TRANSACTIONALstatement?
  • Question 24

    Examine the contents of SQL loader control file:

    Which three statements are true regarding the SQL* Loader operation performed using the control file?
  • Question 25

    Which two statements are true about the RMAN validate database command?