how to find database is up or down ?
843854Jan 2 2003 — edited Jan 2 2003Hi All,
I have written a custom connection pooling in java however I need to find whether the database is up and running or it is down. So is there any way other than simply writing a thread that can execute a simple query like "select 1 from dual" for a periodic time ??
How to find whether the database is down(stopped or coldback of database) or up and running ??
Thanks & Regards,
Kumar.