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

Do you know what are the steps required to modify config.xml file of web logic server?

0 Answers  


What is meant by managedserver?

0 Answers  


How is a domain template created?

0 Answers  


How to configure a DB connection pool ?

0 Answers  


What is nmenroll in wlst?

0 Answers  






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

0 Answers  


Do you know how can third-party jdbc driver be used with jms?

0 Answers  


What can be the reasons for server hang?

0 Answers  


Where are the files placed while deploying the resource adapter in web logic server?

0 Answers  


We see an error like 404 and 500. What do they mean?

0 Answers  


In how many formats we can deploy an application in wls??

0 Answers  


What is the function of t3 in weblogic server? : BEA Weblogic

0 Answers  


Categories