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-00329: server will save the config file in number seconds
TNS-01055: Successfully stopped the listener
ORA-33074: (XSAGDNGL36) In AGGMAP workspace object, the offset number is not a valid offset into dimension workspace object.
ORA-23423: job number string is not positive
SQL*Loader-00952: Error calling once/data file initialization
ORA-29854: keyword BITMAP may not be used in creating domain indexes
PLS-00652: aggregate functions should have exactly one argument
RMAN-06016: duplicate backup operand specified: string
RMAN-06057: a standby controlfile cannot be included along with a current controlfile
ORA-24292: no more tables permitted in this sorted hash cluster
NNL-00218: Ignoring spurious trailing text "string"
EXP-00065: Error writing lob to the dump file.