dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Plsql_code_type - Oracle FAQ

This is a discussion on Plsql_code_type - Oracle FAQ ; Type:String Syntax:PLSQL_CODE_TYPE = { INTERPRETED | NATIVE } Default:INTERPRETED Modify:ALTER SESSION, ALTER SYSTEM Notes:PLSQL_CODE_TYPE specifies the compilation mode for PL/SQL library units. Values: ■ INTERPRETED PL/SQL library units will be compiled to PL/SQL bytecode format. Such modules are executed by ...


Home > Database Forum > Oracle Database > Oracle FAQ > Plsql_code_type

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 02-04-2008, 05:02 AM
Database Guru
 
Join Date: Jan 2008
Posts: 2,546
domregchief is on a distinguished road
Post Plsql_code_type

Type:String
Syntax:PLSQL_CODE_TYPE = { INTERPRETED | NATIVE }
Default:INTERPRETED
Modify:ALTER SESSION, ALTER SYSTEM
Notes:PLSQL_CODE_TYPE specifies the compilation mode for PL/SQL library units.
Values:
■ INTERPRETED
PL/SQL library units will be compiled to PL/SQL bytecode format. 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.
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.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 12:03 PM.