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-14641STORE-IN clause can be specified only for a Hash, Composite Range Hash table/partition
ORA-12159TNS:trace file not writeable
ORA-10914invalid TABLESPACE GROUP clause
NZE-29023The buffers are not empty.
ORA-47063error deleting Identity map for Identity string.string, Factor Link string, string already defined for operation stri
ORA-31645unable to read from dump file "string"
KUP-11002unable to read data chunk string
ORA-10941trace name context forever
ORA-03113end-of-file on communication channel
RMAN-08580channel string: starting datafile copy
DRG-13400Oracle Data Mining was not installed
ORA-02447cannot defer a constraint that is not deferrable
IMG-020042FF04 - incorrect feature list specification
ORA-16225Missing LogMiner session name for Streams
ORA-22833Must cast a transient type to a persistent type
ORA-09937Chmod of ORACLE password file failed.
TNS-00087* version - ask the process name to display its version number
DRG-50918mismatched close escape character
TNS-01410Service "string" has number instances.
ORA-41702invalid conditions table




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