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
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
Ho do you troubleshoot server hang?
Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic
What Is A Weblogic Server Cluster ?
How can the nm be made to work with web logic? Explain?
What is meant by unicast?
When should I use the -nostage option?
What is the domain in weblogic server?
How do I increase weblogic server memory? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What is a license file ?
What are the advantages of cluster?
Is an xslt processor bundled in weblogic server?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic