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 |
ORA-26046: REF column string expects scoped table name string; user passed in string.
ORA-28172: distinguished name not provided by proxy
ORA-30435: job_queue_processes must be non-zero in order to refresh summaries
AMD-00116: PROCEDURE string, read error
PLS-01904: : NULL index table key value
ORA-32018: parameter cannot be modified in memory on another instance
ORA-12015: cannot create a fast refresh materialized view from a complex query
PLS-01403: Comment delimiters /* */
ORA-30134: reserved for future use
ORA-06007: NETASY: bad dialogue format
ORA-07207: sigpidu: process ID string overflows internal buffer.
ORA-36960: (XSFCAST27) The value of the string expression must be an odd number. You specified number.