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 the purpose of t3 in weblogic server?
Explain the performance tuning in jms?
Explain the domain creation types?
Explain where are the files placed while deploying the resource adapter in web logic server?
What is an administration server?
Why would a client application use jta transactions?
How are the notifications generated when a server is added to a cluster?
How to find out the listening ports?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What is meant by thread dump and how can we take?
How will a single machine run multiple web logic server instances?
What is SSL in weblogic ?
Tell me what can happen when stub can't to connect to web-logic server instances?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
How does concurrency work for message-driven beans? : BEA Weblogic