PCB-00235: Table size mismatch in INTO/USING. Minimum is: number



PCB-00235: Table size mismatch in INTO/USING. Minimum is: number..

Answer / guest

Cause: The size of a table variable in an INTO/USING clause
of a dynamic EXECUTE statement has been ARRAYLEN...EXECUTE'd
while the other host variable has not and is not a table of
dimension 1 or a plain non-table host variable. Example: 01
X PIC X(10) OCCURS 10. 01 Y PIC S9(4) COMP OCCURS 10. 01 Z
PIC S9(4) COMP. ... EXEC SQL ARRAYLEN X (DIM) EXECUTE
END-EXEC. ... EXEC SQL EXECUTE S1 USING :X, :Y END-EXEC. <--
error EXEC SQL EXECUTE S1 USING :X, :Z END-EXEC. <-- ok
Please note that this error differs from 233 in that it is
an ERROR not a WARNING.

Action: ARRAYLEN...EXECUTE all of the table variables in the
INTO/USING clause or those host variables not
ARRAYLEN...EXECUTEd need to be of dimension 1.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

RMAN-08059: media recovery failed

1 Answers  


IMG-00832: fail queue is full

1 Answers  


ORA-19570: file number string is outside valid range of 1 through string

1 Answers  


ORA-07274: spdcr: access error, access to oracle denied.

2 Answers  


ORA-25253: listen failed, queue string.string is not enabled for dequeue

1 Answers  






RMAN-10037: RPC anomaly detected on channel string, upinblt=number

1 Answers  


ORA-01665: controlfile is not a standby controlfile

1 Answers  


NNO-00265: warning: cannot load data from checkpoint file

1 Answers  


PCC-02200: found unrecognized punctuation sequence

1 Answers  


ORA-27303: additional information: string

1 Answers  


SQL*Loader-00417: SQL string (on column string) not allowed in direct path.

1 Answers  


ORA-16003: standby database is restricted to read-only access

1 Answers  


Categories