How to fix the Oracle error ORA-30645: reject limit out of range?
In this post, you’ll learn more about the Oracle ErrorORA-30645: reject limit out of range with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-30645: reject limit out of range
Reason for the Error ORA-30645: reject limit out of range
Reject limit specifies the number of records rejected before terminating a table scan. The range is a either a number between 1..100000 or UNLIMITED if no limit is intended.
How to fix the Error ORA-30645: reject limit out of range ?
You can fix this error in Oracle by following the below steps
Change the token representing the reject limit to either a number in the range of 0 and 100000 or the keyword UNLIMITED.
Leave Your Comment