PLW-06014: PLSQL_OPTIMIZE_LEVEL <= 1 turns off native code generation
Cause: Native code generation was not done because the optimization was set to 1 or less.
Action: The goal of native code generation is high performance and a low optimization level defeats that purpose. Either request a higher optimization level or remove the request for native code generation. Note that using the deprecated parameter PLSQL_DEBUG also forces the optimization level to 1; do not use this parameter when native code generation is desired.
PLW-06015
Custom Search


More Oracle errors
ORA-08271sksabln: Buffer size not large enough for archive control string
ORA-38309object not purgable
ORA-02339invalid column specification
RMAN-06404database dismounted
RMAN-06453RECOVERABLE may only be used with datafile objects
ORA-27068I/O buffer is not aligned properly
TNS-04069Sleeping for number seconds...
ORA-39180unable to encrypt ENCRYPTION_PASSWORD
ORA-28371ENCRYPTION clause and/or ENCRYPT storage option not allowed
ORA-00452foreground process unexpectedly terminated with error string
ORA-44301NULL service name is not permitted
DRG-10553illegal syntax for column specification string
ORA-30743"string" is not an object view
ORA-24425Invalid mode passed when defining at position 0
DIA-48200Illegal Input Argument [string]
QSM-02099mv references a remote table or view in the FROM list
TNS-00008INTCTL: could not contact destination Navigator
UDE-00012table mode exports only allow objects from one schema
PGU-00308no spool file opened
ORA-19229XQST0009 - schema import not supported




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLW-06014PLSQL_OPTIMIZE_LEVEL <= 1 turns off native code generation