READ Free Dumps For Oracle- 1z0-146
Question ID 2837 | Examine the following structure: SQL> DESCRIBE user_identifiers NAME VARCHAR2(30) |
Option A | A. an assignment made to VARIABLE |
Option B | B. declaration of a variable or formal parameter |
Option C | C. an identifier passed to a subprogram in IN OUT mode |
Option D | D. execution of the GOTO statement or raise of an exception |
Correct Answer | A,B |
Question ID 2838 | Examine the following settings for a session: |
Option A | A. It allows tracing of exceptions raised by all subprograms executed in the session. |
Option B | B. It allows tracing of user-defined exceptions raised by all subprograms executed in the session. |
Option C | C. It allows tracing of system-defined exceptions raised by all subprograms executed in the session. |
Option D | D. It allows tracing of exceptions raised by subprograms compiled with the DEBUG option and executed in the session. |
Correct Answer | D |