PCB-00552: The SQLCA and a SQLCODE variable cannot both be used
Cause: The SQLCA has been included and a SQLCODE variable has been declared. This is not allowed as references to the SQLCODE variable are ambiguous and will result in COBOL compiler errors.
Action: Use either the SQLCA or the SQLCODE variable. Remove either the include of the SQLCA or the SQLCODE variable declaration.
PCB-00553
Custom Search


More Oracle errors
ORA-07218slkhst: could not perform host operation
SQL*Loader-00489cannot insert NULL object into object table string, row number
IMG-00519illegal combination of parameters
ORA-14802Specified operation is not permitted on Hash composite partitioned objects
ORA-54006keyword VISIBLE cannot be specified here
ORA-09883Two Task interface: oratab file does not exist
ORA-26034Column string does not exist in stream
OCI-30176invalid format code used in the format string
NNL-00345Save_config_on_stop is currently OFF
PCC-00032Invalid option "string"
TNS-04067Number of connections: number.
PROC-00004The cluster registry key to be operated on does not exist.
DRG-11002missing value for string
PGU-30024memory allocate failure: string for string bytes
CLST-02202private interconnect name string is already assigned to node number string
ORA-09748pws_look_up: fork failed
ORA-07701sksatln: internal exception: output buffer too small
ORA-41608rule class does not exist
CLSR-00517Failed to register a service name
DIA-48445Path expression only supports one bucket dump type




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-00552The SQLCA and a SQLCODE variable cannot both be used