How to change Oracle database sysdate to a specific date for testing purpose?
To set: ALTER SYSTEM SET fixed_date = ‘2009-07-14-10:00:00′; To unset: ALTER SYSTEM SET FIXED_DATE=NONE;
Log in to answer.
smallwei 7:59 am on October 17, 2009
To set:
ALTER SYSTEM SET fixed_date = ‘2009-07-14-10:00:00′;
To unset:
ALTER SYSTEM SET FIXED_DATE=NONE;