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-08581: channel string: datafile copy complete, elapsed time: string
CLSR-00001: Oracle error number encountered
QSM-01090: no query rewrite after view merging
PLS-00624: USING clause must be used with either aggregate or pipelined functions
TNS-01408: Instance "string", status string, has string handler(s) for this service...
RMAN-06514: archived logs required to recover from this copy will not be kept
ORA-01615: instance string (thread string) is mounted - cannot disable
ORA-25301: cannot specify recipient list during enqueue
imp-00038: could not convert to environment character set's handle error occurs while importing oracle 10g data into oracle 9i database.
ORA-23377: bad name string for missing_rows_oname1 argument
ORA-13860: Invalid service name
ORA-29503: SCHEMA keyword not valid with NAMED keyword