How can you know that the database has connected to your
weblogic server
Answers were Sorted based on User's Feedback
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 |
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 does cluster communication happen?
what is the difference between sun JDK1.5 and BEA Jrokit 1.5
What are the databases that are available to be used with the web logic j2ee connector architecture?
What causes java.io exceptions in the log file? : BEA Weblogic
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
Can you briefly describe local interfaces?
Explain the performance tuning in jdbc?
What is Weblogic ? (Weblogic Interview Questions)
for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?
How can we change heap size?
Do you know what is the purpose of t3 in weblogic server?
Which lelvel of activites ur reponsiable l1 or l2 or l3?