I have an application which retrieves current time from the system (JVM) and accordingly does some oracle database updates. For
testing purpose, I'm using following code to set JVM clock to past date, so that I can test the application without spending much time for setting up the test data every day. But I get the following error when when I try to connect to oracle. Any idea what's going on?
Code for setting JVM time
Error I get when I try to connect to oracle after setting the time.
Thanks