Oracle
1Z0-146 · Question #121
View the Exhibit and examine the settings for the PLSQL_CODE_TYPE parameter. After sometime, the user recompiles the procedure DISPLAY_SAL_INFO by issuing the following command: SQL> ALTER PROCEDURE…
The correct answer is C. The procedure would be changed to INTERPRETED code type. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the settings for the PLSQL_CODE_TYPE parameter. After sometime, the user recompiles the procedure DISPLAY_SAL_INFO by issuing the following command:
SQL> ALTER PROCEDURE display_sal_info COMPILE; Which statement would be true in this scenario?
Exhibit
Options
- AThe procedure would be invalidated.
- BThe procedure would remain as NATIVE code type.
- CThe procedure would be changed to INTERPRETED code type.
- DThe command would produce an error and the procedure must be compiled using the
How the community answered
(54 responses)- A4% (2)
- B7% (4)
- C76% (41)
- D13% (7)
Community Discussion
No community discussion yet for this question.
