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 |
NNL-00302: Server restarting
PCC-02399: Illegal CHAR_MAP option value for DBMS=V6. Option ignored.
ORA-39060: table(s) dropped because of conflict with master table
ORA-29850: invalid option for creation of domain indexes
ORA-13909: Invalid combination of threshold value and operator.
NNC-00407: alias loop in name request
DRG-11704: phrase string does not exist
ORA-02029: missing FILE keyword
ORA-31211: DBMS_LDAP: PL/SQL - Invalid LDAP entry dn.
ORA-25301: cannot specify recipient list during enqueue
RMAN-04024: trying to start the Oracle instance without parameter files ...
ORA-14026: PARTITION and CLUSTER clauses are mutually exclusive