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
RMAN-08538channel string: no AUTOBACKUP in string days found
PCC-02444Invalid combination of descriptor and non-descriptor clauses
ORA-00260cannot find online log sequence string for thread string
OCI-31092invalid SQL name "string"
ORA-12804parallel query server appears to have died
ORA-12576TNS:handoff not supported for this session
EVM-00033Error in input file "string", line number
ORA-40285label not in the model
ORA-41108Posting system alert with reason_id string failed with code [string] [string]
ORA-01100database already mounted
DRG-11706invalid relation string
DIA-48464The predicate buffer reached the maximum length [string]
ORA-53126assertion failure: string
PLS-00708Pragma string must be declared in a package specification
PCB-00700This statement can only be used with DYNAMIC=ANSI
ORA-13019coordinates out of bounds
ORA-01295DB_ID mismatch between dictionary string and logfiles
RMAN-10005error opening cursor
PCC-02010found end-of-file while scanning string literal
ORA-16668operation invalid on fast-start failover target database




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