Question 136

A container database called CDB1 is OMF-enabled.
PDB_FILE_NAME_CONVERT is not configured in CDB1. PDB1 was unplugged from CDB1 earlier in the week. Examine this command, which will be executed in CDB1:
CREATE PLUGGABLE DATABASE pdb1
USING '/u01/app/oracle/oradata/pdb1.xml'
SOURCE_FILE_NAME_CONVERT =
('/u01/app/oracle/oradata/', '/u02/app/oracle/oradata/');
Which two are true? (Choose two.)
  • Question 137

    Examine this configuration:
    1.The ORCL database data files are in Automatic Storage Management (Oracle ASM) disk group +DATA.
    2.ORCL uses disk group +FRA for the Fast Recovery Area.
    3.LISTENER is the listener for ORCL.
    4.The database, listener, ASM instance, and ASM disk groups are managed by Oracle Restart.
    5.All components are currently shut down.
    You execute this command:

    What is the outcome?
  • Question 138

    Which two are true about the character sets used in an Oracle database? (Choose two.)
  • Question 139

    Choose three. Which are the three steps in the SQL tuning process for Oracle Database environments?
  • Question 140

    Which two statements are true about indexes and their administration in an Oracle database?