Does anyone know if there is a database connection testing utility or database ping utility available? Or is there a JRE component that has certain commands to ping database connections?
Our Java servlet connects to Oracle
and SQL
server databases. We can easily check the connections are okay on development machines as they have Eclipse installed and are within our Firewall. But our Live servlet server is outside the Firewall
and we cannot install Eclipse
on that machine.
Any assistance is appreciated.
Thank you in advance