PCB-00211: VARYING not supported with PIC N or PIC G
variable "string"



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

Post New Answer

More Oracle Errors Interview Questions

LFI-00003: Internal exception code. icode = [string], [string].

1 Answers  


ORA-09213: slgfn: error fabricating file name

1 Answers  


ORA-24149: invalid rule name

1 Answers  


ORA-24405: error occured while trying to create connections in the pool

1 Answers  


ORA-04940: unsupported optimization of Oracle binary, check alert log for more info

1 Answers  






ORA-16537: child count exceeded

1 Answers  


ORA-16192: Primary and standby network integrity mismatch

1 Answers  


NNL-00251: DEFAULT-FORWARDER-ONLY mode is now enabled

1 Answers  


RMAN-08155: printing stored global script: string

1 Answers  


ORA-16117: processing

1 Answers  


ORA-29269: HTTP server error string

1 Answers  


LPX-00221: the character "<" cannot occur in attribute values

1 Answers  


Categories