1z0-063 Exam Question 76
You plan to use the In-Database Archiving feature of Oracle Database 12c, and store rows that are inactive for over three months, in Hybrid Columnar Compressed (HCC) format.
Which three storage options support the use of HCC? (Choose three.)
Which three storage options support the use of HCC? (Choose three.)
1z0-063 Exam Question 77
Examine the resources consumed by a database instance whose current Resource Manager plan is displayed.
SQL> SELECT name, active_sessions, queue_length, consumed_cpu_time, cpu_waits, cpu_wait_time FROM v$rsrc_consumer_group;

Which two statements are true?
SQL> SELECT name, active_sessions, queue_length, consumed_cpu_time, cpu_waits, cpu_wait_time FROM v$rsrc_consumer_group;

Which two statements are true?
1z0-063 Exam Question 78
Which three statements are true about common roles? (Choose three.)
1z0-063 Exam Question 79
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 SELECTDBMS_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.reportwcol_usage ('SH', 'customers') from dual statement.
Identify the correct sequence of steps.
Examine the following steps:
1. Issue the SELECTDBMS_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.reportwcol_usage ('SH', 'customers') from dual statement.
Identify the correct sequence of steps.
1z0-063 Exam Question 80
One of your databases is in ARRCHIVELOG mode.
You back up the database by using RMAN with a recovery catalog.
One data file and all the control files are corrupt due to corruption in the storage array.
Examine this list of possible actions to recover the database:
1. Restore the control files by using the RESTORE CONTROLFILE command.
2. Mount the database.
3. Restore the data files by using the RESTORE DATABASE command.
4. Open the database with the RESETLOGS option.
5. Recover the data files by using the RECOVER USING BACKUP CONTROLFILE command.
6. Start the target database instance in NOMOUNT state.
7. Connect to the target database and the recovery catalog database instance.
8. Restore the SPFILE by using the RESTORE SPFILE command
9. Restore the corrupt data file.
10. Recover the restored data file.
Identify the minimum required steps in the correct order.
You back up the database by using RMAN with a recovery catalog.
One data file and all the control files are corrupt due to corruption in the storage array.
Examine this list of possible actions to recover the database:
1. Restore the control files by using the RESTORE CONTROLFILE command.
2. Mount the database.
3. Restore the data files by using the RESTORE DATABASE command.
4. Open the database with the RESETLOGS option.
5. Recover the data files by using the RECOVER USING BACKUP CONTROLFILE command.
6. Start the target database instance in NOMOUNT state.
7. Connect to the target database and the recovery catalog database instance.
8. Restore the SPFILE by using the RESTORE SPFILE command
9. Restore the corrupt data file.
10. Recover the restored data file.
Identify the minimum required steps in the correct order.