READ Free Dumps For Oracle- 1z0-146
Question ID 2823 | You have an external C procedure stored in a dynamic-link library (DLL). |
Option A | A. It invokes the external C procedure. |
Option B | B. It only publishes the external C procedure. |
Option C | C. It fails because the external C procedure is not published. |
Option D | D. It fails because the input data type is BINARY_INTEGER and the external C procedure expects an integer. |
Correct Answer | C |
Question ID 2824 | A procedure is created in the SYS schema to allow users to change the password as follows: |
Option A | A. by using the procedure as part of a PL/SQL package |
Option B | B. by using a bind argument with dynamic SQL in the procedure |
Option C | C. by using AUTHID DEFINER in the procedure to implement the definer's right |
Option D | D. by using AUTHID CURRENT_USER in the procedure to implement the invoker's right |
Correct Answer | D |