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 publish an xml message? : BEA Weblogic
How can I set deployment order for applications?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
Write a program of web logic server to get the connection pool attribute?
Explain what is the purpose of using multipools in web logic server?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
What is an administration server?
Explain the types of deployment modes and diffrernces between them?
How many admin consoles possible in a single domain?
How you are getting the alerts?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
Write a program to call the store procedure of oracle that takes no parameter?
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
What are the transaction isolation levels supported by weblogic jdriver?