Question 41

You enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for keeping transactions from four to two years.
You execute the following command to change the requirement:
SQL> ALTER FLASHBACK ARCHIVE fda1 MODIFY RETENTION 2 YEAR;
What is the outcome?
  • Question 42

    Which three statements are true about a job chain? (Choose three.)
  • Question 43

    RMAN is configured to create backupset backups for your database. You issue the command to back up the database:
    RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
    Which two statements are true about the backup performed by the command? (Choose two.)
  • Question 44

    You are administering a multitenant container database (CDB) CDB1 with two pluggable databases (PDBs), PDB1 and PDB2. You execute the following commands on CBD$ROOT as the SYS user:
    SQL> CREATE USER c##scott IDENTIFIED BY scottorcll;
    SQL> GRANT CREATE SESSION TO c##scott user?
    Which statement is true about the C##SCOTT user?
  • Question 45

    Your database is running in ARCHIVELOGmode. Examine the initialization parameters you plan to set for
    your database instance.
    LOG_ARCHIVE_DEST_1 = 'LOCATION=/disk1/arch'
    LOG_ARCHIVE_DEST_2 = 'L0CATI0N=/disk2/3rch'
    LOG_ARCHIVE_DEST_3 = 'LOCATION=/disk3/arch'
    L0G_ARCHIVE_DEST_4 = 'L0CATI0N=/disk4/3rch MANDATORY'
    Identify the statement that correctly describes these settings.