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 provide user credentials for starting the weblogic server?
How do you set the classpath ?
How to change from development mode to production mode in weblogic 10.3?
How managed servers communicate with each other?
What is node manager?
What are the capabilities of weblogic server?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
What is the admin server?
How can default jvm be changed to others?
How to configure jms?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
How many types of logs are there?
What should you do in a passive method?
What is t3 protocol?