Cause: Native compilation of PL/SQL
programs is not supported on this platform.
Action: Compile the PL/SQL program to
bytecode by setting the parameter plsql_compiler_flags to
INTERPRETED.


Relared Errors:
PLS-00925:
native compilation failed: Unable to create C file (string
string

PLS-00950: In
this version, PL/SQL tables can not be used in this SQL
statement.

PLS-00951: %s
Feature is not supported by this release

PLS-00960: RPCs
cannot use variables with schema level user-defined types in this
release

PLS-00970: The
class name of a method must match that of EXTERNAL NAME clause in the type
head

PLS-00989:
Cursor Variable in record, object, or collection is not supported by this
release

PLS-00990:
Index Tables of Cursor Variables are disallowed

PLS-00992:
Cursor Variables cannot be FETCH`ed from

PLS-00993:
Cursor Variables cannot be passed as RPC arguments or results

PLS-00994:
Cursor Variables cannot be declared as part of a package