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 to configure a DB connection pool ?
Explain The Term Clustering ?
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
How to change from development mode to production mode in weblogic 10.3?
Where are the files placed while deploying the resource adapter in web logic server?
What is config.xml.booted file.
How to write a program to call the store procedure of oracle that takes no parameter?
Explain the client-server architecture.
If SSL is configured then which key is send to the client?
How is a domain template created?
How do I use persistence? : BEA Weblogic
How do I use a temporary destination? : BEA Weblogic