PCC-01015: Cannot equivalence PIC N variable string
Cause: A PIC N variable or an implicit VARCHAR group item (with a PIC N variable as an elementary item) was used in an EXEC SQL VAR statement. This is not allowed.
Action: Do not use the PIC N variable in an EXEC SQL VAR statement. If you want an equivalence to an Oracle type using an EXEC SQL VAR statement, use a PIC X variable, instead of a PIC N variable.
PCC-01016
Custom Search


More Oracle errors
NZE-28797invalid key data type
ORA-54545holes incorrectly defined
ORA-22613buflen does not match the size of the scalar
PGU-30606TIP generation: missing multi-byte NLS name for string:
ORA-10919Default temporary tablespace group must have at least one tablespace
ORA-19508failed to delete file "string"
ORA-06976X.25 Driver: endpoint creation failure
ORA-27042not enough space on raw partition to fullfill request
CLSR-01004Failed to mount database
ORA-25530FAST_START_MTTR_TARGET is not specified
ORA-55206Tag data translation field not found
RMAN-06408recovery catalog upgraded to version string
ORA-38148invalid time limit specified
ORA-12493invalid MLS binary label
TNS-01168Cannot allocate memory
NNF-04002Outputfile already exists
IMG-00518invalid value for height or width
ORA-13429invalid xCoefficients or yCoefficients parameter(s)
ORA-06804TLI Driver: could not bind an IPX address at initialization
ORA-02363error reading from file: string




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-01015Cannot equivalence PIC N variable string