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 you do performance tuning of wls?
What is meant by jndi and why its needed??
What are the modes of operation for Weblogic server domains ?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
Tell me about security in weblogic?
How to change from development mode to production mode in weblogic 10.3?
How do clients handle dns requests to failed servers?
What type of object is returned by resultset.getobject()? : BEA Weblogic
How do I increase weblogic server memory? : BEA Weblogic
How is a domain template created?
How Work Manager works in wls 9.2 and above versions?
How can domain configuration lock be enabled and disabled?
What does the connected to element in the toolbar signify?
How can the issue associated with high CPU usage be solved?
Can struck threads be killed manually?