How can you know that the database has connected to your
weblogic server
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srisobhan bhattacharya
You can use the command TNSPING to check if the DB itself
is up or not . You will get the details in TNSNAMES.ORA
file .
also , another common issue could be the box itself is down
where the db resides.
ping <box-name>
also , if the DB box is in another network , can check the
tracert command(for solaris/linux os)
whether the box is getting pinged from your network .
Hope this solves your query.
Thanks,
Srisobhan Bhattacharya
Middleware Admin
| Is This Answer Correct ? | 6 Yes | 6 No |
How do I put a message back on the queue for processing? : BEA Weblogic
What is bootup process?
What all jvm analysis/profiling tools you are familiar with please write the names?
How can classpath be set?
What are the differences between a web logic server and a web server?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What is the role of a deployer?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
What Is A Weblogic Server Cluster ?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
Explain the performance tuning in jvm?
How do you differentiate between a server hang and server crash issue?