PCC-00042: Must EXEC SQL INCLUDE SQLCA when mode=ANSI and WHENEVER SQLWARNING used
Cause: When MODE={ANSI | ANSI14}, an attempt was made to use the WHENEVER SQLWARNING statement without declaring the SQLCA. When MODE={ANSI | ANSI14}, declaring the SQLCA is optional, but to use the WHENEVER SQLWARNING statement, the SQLCA must be declared.
Action: Remove all WHENEVER SQLWARNING statements from the program or declare the SQLCA by hardcoding it or copying it into the program with the INCLUDE statement.
PCC-00044
Custom Search


More Oracle errors
DRG-12440document table read failed
ORA-27491repeat_interval and start_date cannot both be NULL
ORA-26752Unsupported LCR received for "string"."string"
ORA-23648Capture string is for Change Data Capture
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-16802downgrading redo transport mode from SYNC disallowed
NID-00311Control File string - modified
ORA-31491could not add logfile to LogMiner session
PLS-00216NUMBER precision constraint must be in range (1 .. 38)
DGM-16906Unable to accept commands: no memory
TNS-00009INTCTL: could not contact destination Connection Manager
SQL-02116FATAL ERROR: Reentrant code generator gave invalid context
ORA-19001Invalid storage option specified
RMAN-07521cannot create recovery catalog in database version string; version string required
ORA-32108max column or parameter size not specified
CLST-01301successfully deleted string of string configuration values
ORA-31192Resource string has not been checked out
ORA-16426log requested by recovery is not the correct log
ORA-30075TIME/TIMESTAMP WITH TIME ZONE literal must be specified in CHECK constraint
ORA-26024SKIP_UNUSABLE_INDEXES requested and index segment was initially unusable




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
PCC-00042Must EXEC SQL INCLUDE SQLCA when mode=ANSI and WHENEVER SQLWARNING used