help [message #59693] |
Tue, 16 December 2003 15:24 |
shruti
Messages: 9 Registered: December 2002
|
Junior Member |
|
|
Hi,
I want to write a script and run on dev box, that checks if my proddb on prod box is up and running. how do i check this from dev box what command i should be using. thanks in advance.
|
|
|
Re: help [message #59697 is a reply to message #59693] |
Tue, 16 December 2003 20:53 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
Just define a TNSNAMES.ORA entry for you PROD DB and write a script to connect to it. If you are able to connect, the database is up and running. Reference the "scripts" section of this website for some examples.
Best regards.
Frank
|
|
|