PCB-00211: VARYING not supported with PIC N or PIC G
variable "string"
Answer / guest
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.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
RMAN-08132: WARNING: cannot refresh aged file list
NID-00352: string (number), error: number
ORA-19030: Method invalid for non-schema based XML Documents.
PCC-00010: Statement out of place at line number in file string
ORA-32821: subscriber queue and exception queue must have same payload type
ORA-02184: resource quotas are not allowed in REVOKE
NNL-00543: [show] version [<server_list>] : show the name and version of one or more Names servers
ORA-16165: LGWR failed to hear from network server
ORA-08180: no snapshot found based on specified time
ORA-26511: master table 'string.string' not found
ORA-14311: Expecting VALUES LESS THAN or AT clause
ORA-13034: Invalid data in the SDO_ORDINATE_ARRAY in SDO_GEOMETRY object