Question 306

Examine the query and its output executed In an RDBMS Instance:

Which three statements are true about the users (other than sys) in the output?
  • Question 307

    Which two would you recommend to an application developer for reducing locking conflicts on tables in an Oracle database? (Choose two.)
  • Question 308

    You created a new database using the "create database" statement without specifying the "ENABLE
    PLUGGABLE" clause.
    What are two effects of not using the "ENABLE PLUGGABLE database" clause?
  • Question 309

    In your Oracle 12c database, you invoke SQL *Loader Express Mode command to load data:
    $> sqlldr hr/hr table=employees
    Which two statements are true about this command? (Choose two.)
  • Question 310

    In your multitenant container database (CDB) containing pluggable database (PDBs), you granted the CREATE TABLE
    privilege to the common user C # # A_ADMIN in root and all PDBs. You execute the following command from the root
    container:
    SQL > REVOKE create table FROM C # # A_ADMIN;
    What is the result?