Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US

Index > ORACLE Server Parameters > plsql_compiler_flags

plsql_compiler_flags


Oracle 11.1.0:

No such parmeter in Oracle 11.1.0.

Oracle 10.2.0:

Parameter Name:plsql_compiler_flags
Description:PL/SQL compiler flags
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:TRUE Can ALTER SYSTEM:IMMEDIATE

Oracle 10.1.0:

Parameter Name:plsql_compiler_flags
Description:PL/SQL compiler flags
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:TRUE Can ALTER SYSTEM:IMMEDIATE

Oracle 9.2.0:

Parameter Name:plsql_compiler_flags
Description:PL/SQL compiler flags
Type:CHAR Obsoleted:FALSE
Can ALTER SESSION:TRUE Can ALTER SYSTEM:IMMEDIATE

Oracle 8.1.7:

No such parmeter in Oracle 8.1.7.

Oracle 8.0.6:

No such parmeter in Oracle 8.0.6.

Oracle 7.3.4:

No such parmeter in Oracle 7.3.4.

Related Error Messages:

ORA-06593: %s is not supported with natively compiled PL/SQL modules
    Cause: Specified feature is not yet supported for natively compiled PL/SQL modules yet.

    Action: Recompile the relevant PL/SQL modules in non-native mode by setting the parameter plsql_compiler_flags to INTERPRETED.


This parameter is documented in the Oracle Server Reference Guide. Search for more info about [ plsql_compiler_flags ] on the Oracle FAQ.

HOME | ASK QUESTION | ADD FAQ | SEARCH | E-MAIL US