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 connect to an sql server instance that is running on a machine with multiple instances of sql server 2000? : BEA Weblogic
How you are getting the alerts?
What is config.xml?
What is meant by cluster??
How can the nm be made to work with web logic? Explain?
What is the tree view pane in the web logic server?
What is the difference between Production mode and Development mode in WebLogic?
Explain the difference between txdatasource and datasource?
What is the difference between development mode and production mode of weblogic server?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
What is thread stack size?
Tell me how is the security handled in web logic j2ee connector architecture?