PCC-01017: 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.
PCC-01018
Custom Search


More Oracle errors
ORA-02764Invalid package mode
ORA-54530invalid etype for element at element offset
ORA-00409COMPATIBLE needs to be string or higher to use AUTO SEGMENT SPACE MANAGEMENT
ORA-29511could not resolve Java class
ORA-16767SQL Apply is running
ORA-02706osnshs: host name too long
EVM-00001Cannot write raw events to a terminal
NZE-28858SSL protocol error
QSM-01241query measure cannot be derived from the materialized view string
ORA-10578Can not allow corruption for managed standby database recovery
DRG-11624invalid attribute string for string: proper range string to string
DRG-10202server failed to register
PCC-02309illegal formal parameter declaration
ORA-16242Processing logfile (thread# string, sequence# string)
TNS-00281Connection Manager: Forced Log output
ORA-16227DDL skipped due to missing object
TNS-01067Service display mode is string
ORA-28039cannot validate Kerberos service ticket
NNO-00308server will restart in number seconds
ORA-00200control file could not be created




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