PCC-01014: "VARYING" not supported with PIC N PICTURE clause
Cause: The keyword VARYING was used in a PIC N variable declaration.
Action: Remove the keyword VARYING from the variable declaration. If you want to declare a PIC N VARCHAR variable, specify the precompiler option VARCHAR=YES and declare the variable as an implicit VARCHAR group item as illustrated by the following example: EXEC SQL BEGIN DECLARE SECTION END-EXEC. ... 01 ENAME. 05 ENAME-LEN PIC S9(4) COMP. 05 ENAME-ARR PIC N(20). ... EXEC SQL END DECLARE SECTION END-EXEC.
PCC-01015
Custom Search


More Oracle errors
ORA-01669standby database control file not consistent
EXP-00031Arraysize not in valid range. Using arraysize=number
DIA-48181OS write system call failure
NCR-01018NCRS: Encryption failure.
NNO-00703checkpoint interval changed to number seconds
TNS-00212Total Pumps Started : number
ORA-19116too many xmlspace declarations
CLSR-00521Event string is rejected by EVM daemon
ORA-38608FI itemset minimum-length(string) should not be greater than maximum length(string)
RMAN-04026unable to open a temporary file: "string"
ORA-36221(XSLPDSC02) LIST number and LIST number have different base dimensions.
ORA-06578output parameter cannot be a duplicate bind
ORA-01568cannot set space quota on PUBLIC
ORA-06440ssaio: the asynchronous read returned incorrect number of bytes
ORA-22630attribute [string] is null or it is not well-formed
ORA-39791Attribute "string" for column string is not in subtype "string"."string".
SQL*Loader-00600Bind size of number bytes increased to number bytes to hold 1 row.
ORA-53045invalid tag: string
ORA-01351tablespace given for Logminer dictionary does not exist
O2F-00319No OUTTYPE file specified




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-01014"VARYING" not supported with PIC N PICTURE clause