Question 176

Which two statements are true when row archival management is enabled?
  • Question 177

    Which two statements are true about Oracle Managed Files (OMF)?
  • Question 178

    Your multitenant container database (CDB) contains pluggable databases (PDBs), you are connected to the HR_PDB. You execute the following command:
    SQL > CREATE UNDO TABLESPACE undotb01
    DATAFILE 'u01/oracle/rddb1/undotbs01.dbf' SIZE 60M AUTOEXTEND ON;
    What is the result?
  • Question 179

    Your database is in NOARCHIVELOG mode. You want to enable archiving for the database.
    Examine the steps:
    1. Execute the ALTER DATABASE ARCHIVELOG command.
    2. Execute SHUTDOWN IMMEDIATE.
    3. Execute STARTUP MOUNT.
    4. Set the DB_RECOVERY_FILE_DEST parameter to $ORACLE_HOME/dbs/.
    5. Execute STARTUP NOMOUNT.
    6. Open the database.
    Identify the required steps in the correct sequence.
  • Question 180

    Examine the details of the uncompressed, non-partitioned heap table CITIES.

    Examine the command:
    SQL>ALTER TABLE cities SHRINK SPACE COMPACT;
    What must you do before executing it?