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 is a domain template created?
Explain what is the purpose of stub in web-logic server cluster?
What is the difference between url instance and urlconnection instance?
How should you type cast a remote object?
Whenever we see a very slow response from server-side, then what all thing we need to look into?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
What is meant by session replication?
How do I enable debugging for the messaging bridge? : BEA Weblogic
How do I call a servlet with parameters in the url? : BEA Weblogic
What is the difference between txdatasource and datasource?
What is a non-durable topic subscriber?
How do you differentiate between a server hang and server crash issue?
What signal tells the jvm to give a thread dump?
How can domain configuration lock be enabled and disabled?
Are there c/c++ interfaces to wls jms? : BEA Weblogic