PLS-00438: value in LIMIT clause: 'string' use is invalid



PLS-00438: value in LIMIT clause: 'string' use is invalid..

Answer / guest

Cause: The evaluation value in the LIMIT clause of a bulk
fetch was found in an inappropriate context. For example,
the following statement is illegal because the LIMIT clause
in a bulk fetch expects a numeric value. FETCH c1 BULK
COLLECT INTO var_tab LIMIT '22333'; -- illegal

Action: Change the expression of the LIMIT clause so that
the evaluation result is compatible to a numeric value.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

SQL*Loader-00962: Error setting user-side Ctrl-C handler

1 Answers  


ORA-09911: Incorrect user password.

1 Answers  


NZE-28786: decryption of encrypted private key failure

1 Answers  


ORA-31044: Top-level prefix length string exceeds maximum string

1 Answers  


ORA-01345: Supplemental log data must be enabled to build into the logstream

1 Answers  






PLW-05001: previous use of 'string' (at line string) conflicts with this use

1 Answers  


SQL*Loader-00418: Bad datafile datatype for column string

1 Answers  


NNL-00918: Time until server restart: string

1 Answers  


AMD-00134: measure #string: RDBMS measure column name not specified

1 Answers  


ORA-09711: orasrv: archmon already connected.

1 Answers  


PLS-00419: reference to remote attribute not permitted

1 Answers  


RMAN-06700: error parsing text script in file string

1 Answers  


Categories