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
What is a Thread dump? How will you take in unix/linux and windows ?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
Does weblogic jms support clustering? : BEA Weblogic
Difference between production and development mode?
How can I avoid asynchronous message deadlocks? : BEA Weblogic
What is the function of T3 in WebLogic Server ?
Do you know how are multi-byte characters used with weblogic jdriver?
How should I use sorted queues? : BEA Weblogic
Explain the concepts and capabilities of ANT ?
How do I do http tunneling? : BEA Weblogic
How do I look up an ora sqlexception? : BEA Weblogic
What is thread dump?
What Is The Advantage Of Clustering ?
How managed servers communicate with each other?
How can we configure http tunneling on weblogic?