How to fix the Oracle error ORA-31473: date bound out of range?

In this post, you’ll learn more about the Oracle ErrorORA-31473: date bound out of range with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-31473: date bound out of range

Reason for the Error ORA-31473: date bound out of range

The upper_bound or lower_bound specified in extend_window or purge_window API is beyond the range of records in the change set.

How to fix the Error ORA-31473: date bound out of range ?

You can fix this error in Oracle by following the below steps

Either select a bound that is within range or do not select an upper or lower bound at all.

Tags :

Leave Your Comment