nerdexam
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

1Z0-146 question #121 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)
  • A
    4% (2)
  • B
    7% (4)
  • C
    76% (41)
  • D
    13% (7)

Community Discussion

No community discussion yet for this question.

Full 1Z0-146 Practice