Question 141

What can be automatically implemented after the SQL Tuning Advisor is run as part of the Automated Maintenance Task?
  • Question 142

    RMAN is connected to the target database PROD1 and an auxiliary instance in NOMOUNT state. Examine the command database:

    Which two statements are true about the execution of the DUPLICATE command? (Choose two.)
  • Question 143

    Examine the command to duplicate a database:
    RMAN> DUPLICATE TARGET DATABASE TO cdb
    PLUGGABLE DATABASE pdb1, pdb5;
    Which two statements are true about the DUPLICATE command?
  • Question 144

    Which two statements describe the relationship between a window, a resource plan, and a job class? (Choose two.)
  • Question 145

    Users report this error message when inserting rows into the orders table:
    ERROR atline1:
    ORA-01654f:unable to extend index USERS.ORDERS_IND by 8in tablespace INDEXES
    You determine that the indexes tablespace is out of space and there is no free space on the filesystem used by the Oracle database.
    Which two must you do to fix this problem without affecting currently executing queries?