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-12822duplicate option in PARALLEL clause
ORA-24054cannot propagate to an Oracle 8.0.3 release or lower release
TNS-01180Missing listener object string in Directory Server
ORA-01603illegal grouping size in clause "string" of string
ORA-14458attempt was made to create a temporary table with INDEX organization
ORA-12033cannot use filter columns from materialized view log on "string"."string"
ORA-12925tablespace string is not in force logging mode
PCC-02389Arrays not allowed as input bind variables in SELECT list
PGA-21050error creating path object for trace file
ORA-38817Insufficient privileges
DRG-11108invalid filename specified: string
ORA-39128unexpected DbmsJava error number from statement string
ORA-15030diskgroup name "string" is in use by another diskgroup
ORA-14627Invalid operation was specified on a GLOBAL partitioned index
ORA-31637cannot create job string for user string
ORA-25149Columns of UROWID type may not be indexed
ORA-29289directory access denied
ORA-12677Authentication service not supported by database link
ORA-16649possible failover to another database prevents this database being opened
PLS-00260Datetime/Interval constraints must be in range (0 .. 9)




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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