1z0-063 Exam Question 86

Which three statements correctly describe the relationship amongst jobs, programs, and schedules within
the Oracle Job Scheduler? (Choose three.)
  • 1z0-063 Exam Question 87

    Your Oracle 12c multitenant container database (CDB) contains multiple pluggable databases (PDBs). In
    the PDB HR_PDB, the common user C##ADMINand the local user B_ADMINhave only the CONNECT
    privilege.
    You create a common role C##ROLE1with the CREATE ANY TABLEand SELECT ANY TABLEprivileges.
    You then execute the commands:

    Which two statements are true? (Choose two.)
  • 1z0-063 Exam Question 88

    Your multitenant container database (CDB) contains multiple pluggable databases (PDBs). You execute the command to create a common user:
    SQL> CREATE USER c##a_admin IDENTIFIED BY password DEFAULT TABLESPACE users QUOTA I00M ON users TEMPORARY TABLESPACE temp;
    Which statement is true about the execution of the command?
  • 1z0-063 Exam Question 89

    You regularly take backups of your database using RMAN with a recovery catalog. Your database is currently open and the temp01.dbftemp file belonging to the TEMPtablespace is corrupted.
    Identify two methods to recover the temp file with the least disruption to database availability.
  • 1z0-063 Exam Question 90

    Automatic Undo Management is enabled for your database. You want a user to retrieve metadata and historical data for a given transaction or for transactions in a given time interval.
    Which three are prerequisites to fulfill this requirement?