I need my laptops timestamp to be the same as that of a database, is there a utility I can use for this?
So far, I'm having to run select systimestamp from dual; on my database, working out the difference in time against my clock, and adjusting it manually.
Its quite awkward, and goes out of sync often. I also need to be precise (within 5 seconds) and its a nuisance..