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
DRG-11533improper value of column string
ORA-36226(XSLPDSC07) The syntax of the $LOOP property on formula workspace object is incorrect.
ORA-56601DRCP: Illegal connection class
ORA-01743only pure functions can be indexed
SQL*Loader-00301string for TERMINATED BY or ENCLOSED BY clause is longer than number bytes
ORA-24004invalid column name string in SORT_LIST, should be ENQ_TIME or PRIORITY
ORA-12084must use ALTER MATERIALIZED VIEW to alter "string"."string"
ORA-19684block media recovery failed because database is suspended
DIA-48428Input command string exceeds max length [string]
NNL-00280No restart currently scheduled
ORA-47301Role string not found
ORA-24900invalid or unsupported mode parameter passed in call
PCC-00133Command line option MODE=ANSI required with option NLS_LOCAL=YES
PCC-00140CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are Oracle extensions
ORA-28359invalid certificate identifier
ORA-33443(ESDREAD14) Discarding compiled code for workspace object because analytic workspace string is not attached.
ORA-25955all tables must be joined in the where clause
NZE-28793variable bind failure
ORA-01261Parameter string destination string cannot be translated
ORA-31226DBMS_LDAP: MOD_ARRAY size limit exceeded




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