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 |
NMP-00011: internal SNMP program interface error
ORA-16803: Unable to query a database table or fixed view.
ORA-38104: Columns referenced in the ON Clause cannot be updated: string
NZE-29163: Third party PKI vendor is not supported in FIPS mode.
ORA-12571: TNS:packet writer failure
QSM-01084: materialized view, string, has anchor, string, not found in query
ORA-08180: no snapshot found based on specified time
ORA-30190: reserved for future use
ORA-12707: error while getting create database NLS parameter string
ORA-00205: error in identifying controlfile, check alert log for more info
ORA-01229: data file string is inconsistent with logs
ORA-24076: cannot perform operation string for NON_PERSISTENT queue string.string