Login as SYS in SQL *Plus.
Issue the following command.
alter system set fixed_date='dd.mon.yyyy hh24:mi:ss';
This will alter the sysdate to always the date set.
To reset this to normal issue the following command.
alter system set fixed_date=NONE;
Mirror blog of http://askanantha.blogspot.com