Question 13

In your multitenant container database (CDB) containing pluggable database (PDBs), the HR user executes the following commands to create and grant privileges on a procedure:
CREATE OR REPLACE PROCEDURE create_test_v (v_emp_id NUMBER, v_ename
VARCHAR2, v_SALARY NUMBER, v_dept_id NUMBER)
BEGIN
INSERT INTO hr.test VALUES (V_emp_id, V_ename, V_salary, V_dept_id);
END;
/
GRANT EXECUTE ON CREATE_TEST TO john, jim, smith, king;
How can you prevent users having the EXECUTE privilege on the CREATE_TEST procedure from inserting values into tables on which they do not have any privileges?

Correct Answer:C

Question 14

Examine the following query output:
1Z0-060 dumps exhibit
You issue the following command to import tables into the hr schema:
$ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr
TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y
Which statement is true?

Correct Answer:C

Question 15

You plan to use the In Database Archiving feature of Oracle Database 12c, and store rows that are inactive for over three months, in Hybrid Columnar Compressed (HCC) format.
Which three storage options support the use of HCC?

Correct Answer:AEG

Question 16

You find this query being used in your Oracle 12c database:
1Z0-060 dumps exhibit
Which method a used by the optimizer to limit the rows being returned?

Correct Answer:C

Question 17

Identify two situations in which the alert log file is updated.

Correct Answer:AE

Question 18

Which two statement is true concerning dropping a pluggable database (PDB)?

Correct Answer:CD

START 1z0-060 EXAM