1Z1-060 Exam Question 21

Identify two situations in which the alert log file is updated.
  • 1Z1-060 Exam Question 22

    In your multitenant container database (CDB) that contains pluggable databases (PDBs), the HR user executes the following commands to create and grant privileges on a procedure:

    How can you prevent users having the EXECUTEprivilege on the CREATE_TESTprocedure from inserting values into tables on which they do not have any privileges?
  • 1Z1-060 Exam Question 23

    Oracle Grid Infrastructure for a stand-alone server is installed on your production host before installing the Oracle Database server. The database and listener are configured by using Oracle Restart.
    Examine the following command and its output:
    $ crsctl config has
    CRS-4622: Oracle High Availability Services auto start is enabled.
    What does this imply?
  • 1Z1-060 Exam Question 24

    Examine the parameters for your database instance:

    Which three statements are true about the process of automatic optimization by using cardinality feedback?
  • 1Z1-060 Exam Question 25

    Examine the following command:
    CREATE TABLE(prod_id number(4),
    Prod_name varchar2 (20),
    Category_id number(30),
    Quantity_on_hand number (3) INVISIBLE);
    Which three statements are true about using an invisible column in the PRODUCTS table?