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:

PLSQL_CODE_TYPE is a parameter that specifies the compilation mode for PL/SQL library units. The two values of this parameter are as follows:

  • 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 its value is changed it has no effect on PL/SQL library units that have already been compiled.
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:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.