PCB-00008: Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL
Cause: The precompiler tried to parse an embedded PL/SQL block when SQLCHECK={SYNTAX | NONE}. PL/SQL blocks can be parsed only when SQLCHECK=SEMANTICS is specified.
Action: Remove the PL/SQL block or specify SQLCHECK=SEMANTICS.
PCB-00009
Custom Search


More Oracle errors
ORA-25239message ID not supplied when dequeuing from exception queue string.string
ORA-23502valid directory for offline instatiation is not specified
TNS-01053Connecting to string
PLS-00428an INTO clause is expected in this SELECT statement
PGA-21201error selecting PGA_2PC_LUS row for local LU string
ORA-39155error expanding dump file name "string"
ORA-33429(EIFMAKEF17) CAUTION: NTEXT expression will be exported with type TEXT.
ORA-12710CREATE CONTROLFILE character set is not known
ORA-38792encountered unknown flashback record from release string
ORA-13870Database-wide SQL tracing is not enabled
RMAN-06182archived log string of thread string with sequence string larger than MAXSETSIZE
ORA-14453attempt to use a LOB of a temporary table, whose data has alreadybeen purged
RMAN-20509temporary resource not found
ORA-25466data not specified for variable name: string
NID-00114Must specify new database name when SETNAME is used
RMAN-11003failure during parse/execution of SQL statement: string
TNS-00311Connection Manager: Failed to start tracing after rereading parameter data
ORA-29378invalid consumer group mapping priorities
ORA-01207file is more recent than control file - old control file
DRG-11701thesaurus string does not exist




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
PCB-00008Must use option SQLCHECK=SEMANTICS(FULL) when there is embedded PL/SQL