PCB-00554: Must 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.
PCB-00555
Custom Search


More Oracle errors
ORA-31652command response message was invalid type - detaching job
ORA-19222XPDY0002 - XQuery dynamic context component string not initialized
DRG-11604URL store: access to string is denied
ORA-16007invalid backup control file checkpoint
NNL-00230Controller NOCONFIRM mode is currently string
ORA-13437GeoRaster metadata blocking error
ORA-32107internal OCI memory allocation failure
ORA-34357(MXDSS10) string is not an alias of analytic workspace string.
ORA-16279Supplied dblink must have CONNECT, RESOURCE, and SELECT_CATALOG_ROLE roles
LPX-01090[XQST0090] Invalid character reference
ORA-07681sou2os: An error occurred while initializing Oracle
ORA-28150proxy not authorized to connect as client
PGU-41133language input defines no data field for REDEFINE ... FIELD(...)
RMAN-06533KEEP ... NOLOGS option cannot be used when datafiles are fuzzy
ORA-15457first letter of the volume name is not alphabetic
ORA-19632file name not found in control file
ORA-16794database guard is on for primary database
ORA-02174Missing required thread number
ORA-04007MINVALUE cannot be made to exceed the current value
ORA-19735wrong creation SCN - control file expects initial plugged-in datafile




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-00554Must include SQLCA when mode=ANSI and WHENEVER SQLWARNING used