oracle instance status check
ra.Jun 24 2008 — edited Oct 4 2010Hai,
This is my scenario. I am having 50 production database servers.
My oracle database is 8i,9i and 10g in Windows and Linux environmnet.
My question is, From remote network place, I need to check whether the instance in up or not for all the 50 production servers. Do not reply like just connect using username and password or using TNSPING. Tell the way to check database status is open or not. Because i am using script to check whether database is opeb or not.
TNSPING will check only listener is up or not. It won't check instance is up or not.