Question 226

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?
  • Question 227

    The DEFERRED_SEGMENT_CREATIONparameter is set to TRUEin your database instance.
    You execute the following command to create a table:

    Which two statements are true?
  • Question 228

    You want to flash back a test database by five hours.
    You issue this command:
    SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);
    Which two statements are true about this flashback scenario? (Choose two.)
  • Question 229

    Your database instance is started by using a server parameter file (SPFILE). You execute the following command to change the value of the LOG_BUFFER initialization parameter:
    ALTER SYSTEM SET LOG_BUFFER=32 M;
    What is the outcome of this command?
  • Question 230

    Your production database uses file system storage. You want to move storage to Oracle Automatic Storage Management (ASM).
    How would you achieve this?