Question 6
Which two are prerequisites for performing a flashback transaction? (Choose two.)
Question 7
In your Oracle 12c database, you create two roles: AUDITORand AUDIT_ADMIN. You then execute the following commands:
To create a privilege analysis policy for the AUDIT_ADMINrole, you execute the following PL/SQLblock:
Which statement is correct about the procedure?
Question 8
The following parameter are set for your Oracle 12c database instance:
OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES=FALSE
OPTIMIZER_USE_SQL_PLAN_BASELINES=TRUE
You want to manage the SQL plan evolution task manually. Examine the following steps:
1.Set the evolve task parameters.
2.Create the evolve task by using the DBMS_SPM.CREATE_EVOLVE_TASK function.
3.Implement the recommendations in the task by using the DBMS_SPM.IMPLEMENT_EVOLVE_TASK function.
4.Execute the evolve task by using the DBMS_SPM.EXECUTE_EVOLVE_TASK function.
5.Report the task outcome by using the DBMS_SPM.REPORT_EVOLVE_TASK function.
Identify the correct sequence of steps:
Question 9
Which three statements are true about using flashback database in a multitenant container database (CDB)?
(Choose three.)
Question 10
Examine the following command:
ALTER SYSTEM SET enable_ddl_logging = TRUE;
Which statement is true?

