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 are the steps involved in setting up classpath in web logic server?
How do I increase weblogic server memory? : BEA Weblogic
Is it better to have more or fewer sessions for a given number of subscribers? : BEA Weblogic
What are the steps required to setup the oracle instance for os authentication?
We see an error like 404 and 500. What do they mean?
Explain the performance tuning in jvm, jdbc, jms?
How do I turn the auto-deployment feature off?
Do you know what are the steps required to modify config.xml file of web logic server?
What are the States of the Weblogic Server ?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Open the find box and editing the text in text box then what is name for this dialog box??
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
How to debug my ant script?
How to write a program to bind string values in a preparedstatement?
What is wlst?