How can you know that the database has connected to your
weblogic server
Answer Posted / gopal
Do a netstat -an | grep 1521 | wc -l will display how many
DB connection made.
and also netstat -an | grep <IP of the DB>
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
How do stubs function inside weblogic server cluster at the time of failure?
How many types do you configure managed server in weblogic server?
What is administration server?
What is the difference between txdatasource and datasource?
When should I use the external_stage option?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Can We Start A Managed Server If The Administration Server Is Unavailable ?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What is the easiest way to set the classpath ?
What is the meaning of classformaterrors used with the applet?
Explain the different versions of nm?
What are the ways in which the dns request of failed servers handled?