Hello,
I wish to have a simple script on my primary Unix server (no Oracle) that checks to see if my Oracle server is up and responding.
Initially, I was going to use Perl with DBI/DBD, but this is getting more complicated as I go. There is MUCH setup required on the non-Oracle server for this to work.
My thought is telneting to the listener port (1521) on the Oracle host, and using a 'chat'-type script to get the DB status. Could something like this work? Any tips welcomed.
-with thanks
I wish to have a simple script on my primary Unix server (no Oracle) that checks to see if my Oracle server is up and responding.
Initially, I was going to use Perl with DBI/DBD, but this is getting more complicated as I go. There is MUCH setup required on the non-Oracle server for this to work.
My thought is telneting to the listener port (1521) on the Oracle host, and using a 'chat'-type script to get the DB status. Could something like this work? Any tips welcomed.
-with thanks