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 default port of weblogic admin server?

0 Answers  


What do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?

1 Answers   IBM,


Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?

0 Answers  


How do I call a servlet with parameters in the url? : BEA Weblogic

0 Answers  


What is error ora-6502? : BEA Weblogic

0 Answers  






What is the meaning of classformaterrors used with the applet?

0 Answers  


What is Unicast?

0 Answers  


how will u check process id?

8 Answers   IBM, TCS,


how to deploy the application

1 Answers   Oracle, RBS,


what are the benefits of classpath?

2 Answers   Infosys,


How do I programmatically get a list of queues or topics? : BEA Weblogic

0 Answers  


Are WebLogic Servers password secure?

3 Answers   HCL, TCS,


Categories