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 |
NNO-00119: line string: server not authoritative for name "string", data ignored
ORA-09820: Conversion of class string to numeric representation failed.
IMG-00545: invalid cut values specified
TNS-01018: save_config [<listener_name>]: saves configuration changes to parameter file
PCC-02397: VARCHAR declarations not permitted in #include file
NZE-29100: Cannot create local key ID.
NNL-00501: set|show log_stats_interval [<seconds>] [<server_list>] : set|show the server's statistic counter logging interval
QSM-01103: there is a remote table, string, referenced in the query
RMAN-08040: full resync skipped, controlfile is not current or backup
EXP-00099: Table "string"."string" is not in a valid state, table will not be exported
ORA-13351: two or more rings of a complex polygon overlap
ORA-33002: (XSAGDNGL00) In AGGMAP workspace object, the FLOOR argument of number must be less than the CEILING argument of number.