1 minute read

Which of the following statements are true regarding the verification of SQL plans

04. In order to back up multiple PDBs, you can do which of the following?

a) Connect to the root and issue the BACKUP PLUGGABLE command (and list the PDB names). b) Issue the RMAN command BACKUP CDB PLUS PDBs. c) Connect to each of the PDBs you want to back up and issue the BACKUP DATABASE command. d) You must back up all PDBs in a CDB at the same time, by issuing the BACKUP database command.

Advertisement

05. You enable In-Database Archiving by doing which of the following?

a) Adding the column ORA_ARCHIVE_STATE to a table b) Adding the ROW ARCHIVAL column to a table c) Setting in_database_archiving=true d) Specifying the ROW ARCHIVAL clause when creating a table

06. You use the DBMS_PDB.DESCRIBE procedure:

a) After you convert a non-CDB into a PDB b) Before plugging a non-CDB into a CDB c) During the conversion of a non-CDB to a PDB d) Before converting a PDB into a non-CDB

07. Which of the following statements are true regarding the verification of SQL plans changes under SPM?

a) Only the database can automatically verify plan changes. b) Only the DBA can automatically verify plan changes. c) The DBA can also manually verify the plan changes. d) The DBA cannot verify plan changes.

08. Identify two correct statements about multitenant architectures.

a) Multitenant architecture can be deployed only in a Real Application Clusters (RAC) configuration. b) Multiple pluggable databases (PDBs) share certain multitenant container database (CDB) resources. c) Multiple CDBs share certain PDB resources. d) Multiple non-RAC CDB instances can mount the same PDB as long as they are on the same server. e) Patches are always applied at the CDB level. f) A PDB can have a private undo tablespace.

09. By default, when you duplicate a PDB, RMAN will:

a) Duplicate PDB$SEED and CDB$ROOT. b) Duplicate PDB$SEED but not CDB$ROOT. c) Duplicate CDB$ROOT but not PDB$SEED. d) Duplicate neither CDB$ROOT nor PDB$SEED.

This article is from: