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
Is an xslt processor bundled in weblogic server?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
What are the differences between a web logic server and a web server?
What are the supported installation modes for WebLogic Server ?
What are web logic servers?
What does isidentical() method return in case of different type of beans?
How many weblogic servers can I have on a multi-cpu machine?
What is the name of default jvm that is made used for weblogic?
When should I use multicast subscribers? : BEA Weblogic
Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic
What are the ways in which weblogic servers can run on multiple machines?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
Explain the domain creation types?
How can os authentication be connected with weblogic jdriver for oracle and connection pools?