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-13863Statistics aggregation for service(module/action) string is not enabled
ORA-24502codepoint length overflows
ORA-21521exceeded maximum number of connections in OCI (object mode only)
ORA-01157cannot identify/lock data file string - see DBWR trace file
DIA-48199OS command to copy a file failed
NID-00431DBNEWID - Reversion completed.
ORA-01621cannot rename member of current log if database is open
RMAN-08050cataloged datafile copy
ORA-02286no options specified for ALTER SEQUENCE
ORA-06753TLI Driver: name-to-address mapping failed
ORA-03279invalid INSTANCE specified
ORA-37023(XSMLTUPD01) Object workspace object cannot be updated without dimension workspace object.
O2F-00341An error occurred for which no message is available
ORA-06432ssaio: Buffer Not Aligned
ORA-09313slsprom: error prompting user
PGU-42006invalid token string
NNO-00272line string; invalid DIT/DN
ORA-07231slemcc: invalid file handle, seals do not match.
ORA-07847sllfop: $CONNECT failure
ORA-22958This operation is not allowed in check constraints or triggers




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