How to change SYSDATE for testing purposes?
Dear All,
we need to change SYSDATE for testing purposes. To advance SYSDATE something like SYSDATE+1. We can't change the server date and the solution with fixed date (ALTER SYSTEM SET fixed_date is not useful because all transactions will have the same time stamp. Thanks.
0