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 EXECUTE privilege on the CREATE_TEST procedure from inserting values into tables on which they do not have any privileges?
Select an option, then click Submit answer.
-
○
Create the CREATE_TEST procedure with definer’s rights.
-
○
Grant the EXECUTE privilege to users with GRANT OPTION on the CREATE_TEST procedure.
-
○
Create the CREATE_TEST procedure with invoker’s rights.
-
○
Create the CREATE_TEST procedure as part of a package and grant users the EXECUTE privilege the package.

