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 |
NNL-00805: Queries received, type NAME-SERVER: number
PLS-00716: Attribute/method 'string' can occur only once in an ALTER TYPE statement
DRG-51311: DML lock handle previously allocated
ORA-39061: import mode string conflicts with export mode string
ORA-40262: NMF: number of features not between [1, string]
ORA-22620: buffer size too small to hold the value
PLS-00523: ORDER methods must return an INTEGER.
ORA-24326: handle passed in is already initialized
ORA-09342: Detached process terminated by Oracle during shutdown abort
ORA-13455: GeoRaster metadata TRS error
SQL-02144: Invalid ANSI dynamic usage
ORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct format.