sysdate get the time from the database server, presume you are on a unix variant - run the date command and compare it to select sysdate from dual
also check v$instance to check you actually are connected to the same database, your tnsnames might redirect that SID to a different database




Reply With Quote