How can you know that the database has connected to your
weblogic server

Answers were Sorted based on User's Feedback



How can you know that the database has connected to your weblogic server..

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

How can you know that the database has connected to your weblogic server..

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 can you know that the database has connected to your weblogic server..

Answer / chandrakanth

telnet adminipaddress Databaseportno

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

What is the difference between url instance and urlconnection instance?

0 Answers  


Explain what are the steps required to setup the oracle instance for os authentication?

0 Answers  


What is a machine?

0 Answers  


Explain about cluster heart beats?

0 Answers  


What is cluster in weblogic?

0 Answers  






How to configure jms?

0 Answers  


What is instance in weblogic?

2 Answers   HCL,


How do I prevent errors when running t3dbping? : BEA Weblogic

0 Answers  


What are the differences between a web logic server and a web server?

0 Answers  


What can be the various reasons for a server crash?

0 Answers  


What is the default jvm used for weblogic?

0 Answers  


Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic

0 Answers  


Categories