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
ORA-38744file string is not the same file seen at start of flashback
RMAN-08547channel string: no AUTOBACKUPS found in the recovery area
ORA-13449GeoRaster metadata ULTCoordinate error
ORA-31616unable to write to dump file "string"
IMP-00070Lob definitions in dump file are inconsistent with database.
ORA-32021parameter value longer than string characters
ORA-02450Invalid hash option - missing keyword IS
NNL-00244Processing of modification requests is now disabled
ORA-00323Current log of thread string not useable and all others need archiving
PLS-00332"string" is not a valid prefix for a qualified name
ORA-33028(XSAGDNGL13) In AGGMAP workspace object, workspace object should be scalar, not a dimensioned valueset.
RMAN-00552syntax error in command line arguments
SQL*Loader-00918The catalog must be loaded (as SYS) for SQL*Loader to be used
ORA-40023sufficient memory could not be allocated given the number of attributes
ORA-28291No Kerberos Principal Value found.
ORA-13758"SQL Tuning Set" "string" owned by user "string" is in use.
TNS-01036string established:string refused:string
DRG-52205class string and object string already exists for this index
ORA-32690Hash Table Infrastructure ran out of memory
DIA-48421Predicate string in the command must be single or double quoted




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