Question 21

You are planning the creation of a new multitenant container database (CDB) and want to store the ROOTand SEEDcontainer data files in separate directories.
You plan to create the database using SQL statements.
Which three techniques can you use to achieve this? (Choose three.)
  • Question 22

    What are two benefits of installing Grid Infrastructure software for a stand-alone server before installing and creating an Oracle database?
  • Question 23

    You execute this piece of code with appropriate privileges:

    User SCOTT has been granted the CREATE SESSION privilege and the MGR role.
    Which two statements are true when a session logged in as SCOTTqueries the SALcolumns in the view and the table?
  • Question 24

    Your multitenantcontainer database (CDB) contains some pluggabledatabases (PDBs), youexecute the following command inthe root container:

    Which two statements are true?
  • Question 25

    Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.
    A user issues a query on a table on one of the PDBs and receives the following error:
    ERROR at line 1:
    ORA-01565: error in identifying file
    `/u01/app/oracle/oradata/CDB1/temp01.tmp'
    ORA-27037: unable to obtain file status
    Identify two ways to rectify the error.