Native mode compilation in Pl/SQL Developer 7

Dezsoe Kados

Member³
I'm trying to compile some objects in native mode using pl/sql developer 7.0. Is this possible ?
(It works manually with
alter session set plsql_code_type='NATIVE';
alter package test1 compile;
etc)
 
You cannot do it for "some onbjects", it can only be specified at the session level in the AfterConnect.sql script.

You can also create a little Browser Extension in the Browser Extender Plug-In.
 
Back
Top