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
You are noticing a performance impact on your application and you suspect the underlying operating systemresources might be causing the issue, what steps would you take to narrow down the issue?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Name the various message severity levels in web logic?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
What is the no_acknowledge acknowledge mode used for? : BEA Weblogic
How many types you configure managed server in weblogic server ?
How Can Port Number Be Checked ?
Do you know what are the steps required to modify config.xml file of web logic server?
How do I configure weblogic to use a socks proxy? : BEA Weblogic
What are web logic servers?
Explain what is the purpose of stub in web-logic server cluster?
How do I increase weblogic server memory? : BEA Weblogic
How do you set the classpath ?
What are the advantages and disadvantages of node manager?
How Can Cluster Communication Occur ?