Question 36

Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)?
  • Question 37

    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?
  • Question 38

    You set the following parameters in the parameter file and restart the database instance:
    NEMORY_MAX_TARGET=0
    MEMORY__TARGET=500M
    PGA_AGGREGATE_TARGET=90M
    SGA_TARGET=270M
    Which two statements are true?
  • Question 39

    Which two are prerequisites for creating a backup-based duplicate database? (Choose two.)
  • Question 40

    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?