Database Error Messages

OCI-03043

Invalid value specified for the number of rows or partitions to fetch (number_of_rows_or_partitions). Must be a positive integer literal.
  • number_of_rows_or_partitions: The value specified for the number of rows or partitions.

Cause

The value specified for the number of rows or partitions to fetch in the ROW LIMITING clause is not a numeric value greater than 0.


Action

Modify the value for the number of rows or partitions and retry the operation.