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

ORA-24065: propagation for QUEUE string and DESTINATION string already disabled

1 Answers  


ORA-01118: cannot add any more database files: limit of string exceeded

1 Answers  


ORA-00334: archived log: 'string'

1 Answers  


ORA-28234: key length too short

1 Answers  


ORA-27009: skgfwrt: cannot write to file opened for read

1 Answers  






LFI-00007: NLSRTL's call failed. string.

1 Answers  


RMAN-03038: Spooling started in trace file: string

1 Answers  


ORA-09883: Two Task interface: oratab file does not exist

1 Answers  


ORA-38714: Instance recovery required.

1 Answers  


ORA-00230: operation disallowed: snapshot controlfile enqueue unavailable

3 Answers  


PLS-00250: Incorrect Usage of string in parameters clause.

1 Answers  


SQL*Loader-00272: Table level OPTIONS statement ignored.

1 Answers  


Categories