1Z0-067 Web TestEngine demo

Exit VceDump 1Z0-067 Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP
Question 23 of 40
0% complete
Q23 Single choice

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:

CREATEORREPLACEPROCEDUREcreate_test_v
(v_emp_idNUMBER,v_enameVARCHAR2,v_SALARYNUMBER,v_dept_idNUMBER)
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_v procedure from inserting values into tables on which they do not have any privileges?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in