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 |
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
What is the tree view pane in the web logic server?
What are stubs and how do they function in a web logic cluster?
How to make a managed server ?
How are multi-byte characters used with weblogic jdriver?
How is the logging implementation specified in web logic?
What type of object is returned by resultset.getobject()?
Tell me what can happen when stub can't to connect to web-logic server instances?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What is managed server
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic