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

NNO-00329: server will save the config file in number seconds

1 Answers  


TNS-01055: Successfully stopped the listener

1 Answers  


ORA-33074: (XSAGDNGL36) In AGGMAP workspace object, the offset number is not a valid offset into dimension workspace object.

1 Answers  


ORA-23423: job number string is not positive

1 Answers  


SQL*Loader-00952: Error calling once/data file initialization

1 Answers  


ORA-29854: keyword BITMAP may not be used in creating domain indexes

1 Answers  


PLS-00652: aggregate functions should have exactly one argument

1 Answers  


RMAN-06016: duplicate backup operand specified: string

1 Answers  


RMAN-06057: a standby controlfile cannot be included along with a current controlfile

1 Answers  


ORA-24292: no more tables permitted in this sorted hash cluster

1 Answers  


NNL-00218: Ignoring spurious trailing text "string"

1 Answers  


EXP-00065: Error writing lob to the dump file.

1 Answers  


Categories