How to check the status of database in websphere ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Tirupathi

  • Jul 9th, 2014
 

We can check two ways through commands:
1. ps -ef|grep db (Linux)
2./usr/ucb/ps -auxww|grep db (Solaris)

or

telnet (as per mentioned db details in the database)

  Was this answer useful?  Yes

Srinivas

  • Feb 13th, 2015
 

Can do sqlplus from the App Server to verify if successful connection to the DB

  Was this answer useful?  Yes

Alejandro de la Rosa

  • Feb 16th, 2015
 

Do a test connection from the admin console. ->Resources -->JDBC-->Data sources --> test connection on the db selected.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions