Question 186

The HR user executes the following query on the EMPLOYEES table but does not issue COMMIT, ROLLBACK, or any data definition language (DDL) command after that:

HRthen opens a second session.
Which two operations wait when executed in HR's second session? (Choose two.)
  • Question 187

    Examine the command:
    SQL> CREATE TABLESPACE test1
    DATAFILE '/u01/app/oracle/oradata/orc1/test01.dbf' SIZE 5M
    AUTOEXTEND ON UNIFORM;
    Which statement is true?
  • Question 188

    A database is stored in an Automatic Storage Management (ASM) disk group, disk group, DGROUP1 with SQL:

    There is enough free space in the disk group for mirroring to be done.
    What happens if the CONTROLLER1 failure group becomes unavailable due to error of for maintenance?
  • Question 189

    In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute the following commands in the root container:

    Which two statements are true? (Choose two.)
  • Question 190

    You upgraded your database from pre-12c to a multitenant container database (CDB) containing pluggable databases (PDBs).
    Examine the query and its output:

    Which two tasks must you perform to add users with SYSBACKUP, SYSDG, and SYSKM privilege to the password file?