How can you know that the database has connected to your
weblogic server
Answer Posted / 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 |
Post New Answer View All Answers
How can we find listineing ports in a machine?
How are notifications made when a server is added to a cluster?
What are stating modes are available in Weblogic Server ?
What are jvm tuning parameters?
When can high usage of CPU occur?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
how will you trouble shoot the URL issue in Web logic/ways?
What is the tree view pane in the web logic server?
Explain the performance tuning in jvm, jdbc, jms?
How to debug my ant script?
How is the security handled in web logic j2ee connector architecture?
What is http tunneling? How can we configure it on weblogic?
What is the managed server?
When should I use the -nostage option?
How do I manage a queue to view and delete specific messages? : BEA Weblogic