You are connected to a pluggable database (PDB) as a common user with the sysdba privilege. The PDB is open and you issue the shutdown immediate command. What is the outcome? A. The PDB is closed and left in the…

Examine the RMAN commands: RMAN> CONNECT TARGET "sbu@prod AS SYSBACKUP"; RMAN> CONNECT AUXILIARY "sbu@dup_db AS SYSBACKUP"; RMAN> DUPLICATE TARGET DATABASE TO dup_db FROM ACTIVE DATABASE PASSWORD FILE SECTION SIZE 400M; Which statement is true about the DUPLICATE command? A. It…

You are performing regular backups of your production database by using a recovery catalog. You add two new tablespaces to your production database after performing a backup. They must be included in future backups. Which action should you perform? A.…

Examine this command: SQL>ALTER SYSTEM SET db_securefile = ‘IGNORE’; Which statement is true? A. It forces SecureFiles to be created even if the BASICFILE option is specified B. It forces SecureFiles to be created using default values and ignores any…