Question 231

Your database is configured in ARCHIVELOGmode.
Examine the RMAN configuration parameters:

Examine the command:
RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
What is the outcome?
  • Question 232

    What is the effect of specifying the "ENABLE PLUGGABLE DATABASE" clause in a "CREATE DATABASE" statement?
  • Question 233

    An application repeatedly accesses small lookup tables, causing a lot of physical I/O operations.
    What do you recommend to minimize this?
  • Question 234

    In your database instance, the UNDO_RETENTIONparameter is set to 1000and undo retention is not guaranteed for the fixed size undo tablespace.
    Which statement is true about undo retention?
  • Question 235

    Examine the structure of the SALES table, which is stored in a locally managed tablespace with Automatic Segment Space Management (ASSM) enabled.

    You want to perform online segment shrink to reclaim fragmented free space below the high water mark.
    What should you ensure before the start of the operation?