Question 126

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 127

    Which three statements are true about Oracle Data Pump? (Choose three.)
  • Question 128

    A user establishes a connection to a database instance by using an Oracle Net connection. You want to ensure the
    following:
    1. The user account must be locked after five unsuccessful login attempts.
    2. Data read per session must be limited for the user.
    3. The user cannot have more than three simultaneous sessions.
    4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.
    How would you accomplish this?
  • Question 129

    You want to create a table, DAILY_ORDERS, for an OLTP application, where data should be compressed
    during both direct-path INSERT and conventional DML. The table will also be used for queries.
    Which compression option should be used?
  • Question 130

    Identify three valid methods of opening, pluggable databases (PDBs). (Choose three.)