What is PLSQL_CODE_TYPE?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is PLSQL_CODE_TYPE?
Rating:
- INTERPRETED: This value specifies that the library units will be compiled to PL/SQL byte code format and such modules are executed by the PL/SQL interpreter engine.
- NATIVE: PL/SQL library units (with the possible exception of top level anonymous PL/SQL blocks) will be compiled to native (machine) code. Such modules will be executed natively without incurring any interpreter overhead.
If a PL/SQL library unit is compiled in NATIVE mode, then all the succeeding recompilations of that library unit will use NATIVE compilation.
The various properties of this parameter are given below:
- Parameter type - String
- Syntax - PLSQL_CODE_TYPE = {INTERPRETED/ NATIVE}
- Default value - INTERPRETED
Rating:
Was this information helpful?
Other articles
- What is Spot SQL?
- What is BACKGROUND_CORE_DUMP?
- What is a bitmap index?
- What is a tablespace?
- What is the Export utility?