How can you know that the database has connected to your
weblogic server
Answer Posted / shanthi
1) We can check through console
2) using netstat as said above
netstat -a |grep prot |wc -l
3) telnet <ipadress> <port>
4) ping ipadress(of database) as said above
All these works out
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the performance tuning in jvm?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Difference between multicast and unicast?
What is meant by session replication?
How to troubleshoot and overcome such issues?
When should I use server session pools and connection consumers? : BEA Weblogic
Tell me how are the notifications generated when a server is added to a cluster?
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
How does a server find out server unavailability?
What causes an ociw32.dll error? : BEA Weblogic
What are the various causes for out of memory?
Ho do you troubleshoot server hang?
What is the function of t3 in weblogic server? : BEA Weblogic
How do you do performance tuning of wls?
What is cluster in weblogic?