How can you know that the database has connected to your
weblogic server
Answer Posted / vivek tripathi
1.In admin console you can go to the JDBC->connection pool->
You will find status as running if DB is up i.e connected.
And to be more confident
JDBC->connection pool-> test
- Test connection successfully ( test connection attributes
in the advance configuration of the connection pool should
be checked and there should be a dummy table -- "dual" is by
default)
- If "Test connection" attributes are not checked then a
warning will appear.
2. If a DB connection is not available , you can find
related message in the server logs also.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How do I use a third-party jdbc driver with jms? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
Whenever we see a very slow response from server-side, then what all thing we need to look into?
How to configure jms?
What are the steps required to modify config.xml file of web logic server?
How many types of weblogic installation ?
In a web logic server what is the domain?
What is meant by gc, prallel gc, full gc and explain it?
What can be the reasons of server hang?
What are the steps required to setup the oracle instance for os authentication?
What is a license file ?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?