I need help figuring out how to test to see if an Oracle instance is up on a remote machine. <br><br>We have a copy of the same database on two different servers, one as a production database and the other as an emergency backup. There are several tables that need to be sync'd up nightly. I wrote nightly NT batch files that truncated the backup tables and then reloaded them from the production tables. That worked fine, until the one time that the production machines' Oracle went down. The backup tables got truncated, but since Oracle was unavailable on the production machine, the backup tables remained empty. <br><br>Any suggestions? As an added wrench to this, I am not allowed to have logins/passwords in any of the scripts... <br><br>