Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
 

plsql_code_type tips

Oracle Tips by Burleson

Oracle plsql_code_type 

Parameter type – String

Syntax – plsql_code_type = {INTERPRETED | NATIVE}

Default value – plsql_code_type INTERPRETED

Modifiable – ALTER SESSION, ALTER SYSTEM

plsql_code_type specifies the compilation mode for PL/SQL library units.

Values:

  • plsql_code_type INTERPRETED – PL/SQL library units will be compiled to PL/SQL bytecode format. The PL/SQL interpreter engine executes such modules.

  • plsql_code_type 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.

When the value of this parameter is changed, it has no effect on PL/SQL library units that have already been compiled. The value of this parameter is stored persistently with each library unit.  If a PL/SQL library unit is compiled native, all subsequent automatic recompilations of that library unit will use native compilation.

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks