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

How to know weblogic version?

5 Answers   CTS,


What are middleware servers?

0 Answers  


What does isidentical() method return in case of different type of beans?

0 Answers  


How can we find listineing ports in a machine?

0 Answers  


How to find the heap memory of managedServer?

4 Answers   Delta,


in which file/script we need to change the heap size?.What is the variable name to search to change the heap size

7 Answers   HP,


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

0 Answers  


Why will the manage server goes to ADMIN Mode and Unknow Status?

8 Answers   HCL,


Define the toolbar elements.

0 Answers  


Can you briefly describe local interfaces?

0 Answers  


What is meant by node manager?

0 Answers  


What is advantage if silent mode installation...urgent..need answer to this question

3 Answers   IBM,


Categories