Question 96

A complete database backup to media is taken for your database every day. Which three actions would you take to improve backup performance?
  • Question 97

    You are administering a multitenant container database (CDB) CDB1with two pluggable databases (PDBs), PDB1and PDB2. You execute the following commands on CBD$ROOTas the SYSuser:
    SQL> CREATE USER c##scott IDENTIFIED BY scottorcl1;
    SQL> GRANT CREATE SESSION TO c##scott;
    Which statement is true about the C##SCOTTuser?
  • Question 98

    A complete database backup to media is taken for your database every day. Which three actions would you take to improve backup performance? (Choose three.)
  • Question 99

    Examine the command and its output:
    SQL> DROP TABLE EMPLOYEE;
    SQL> SELECT object_name AS recycle_name, original_name, type FROM recyclebin;
    RECYCLE_NAMEORIGINAL_NAMETYPE
    binsgk31sj/3akk5hg3j21kl5j3d==$0EMPLOYEE TABLE
    You then successfully execute the command:
    SQL> FLASHBACK TABLE "BINSgk31sj/3akk5hg3j21kl5j3d==$0" TO BEFORE DROP;
    Which two statements are true?
  • Question 100

    One of your databases supports a data warehousing workload and is in NOARCHIVELOG mode. You perform RMAN level 0 backup on Sundays and level 1 incremental backups on other days.
    One data file is corrupt and the current online redo log is missing due to media failure.
    Which four actions must you take for recovery? (Choose four.)