How can you know that the database has connected to your
weblogic server
Answer Posted / ravi kumar
if you give# netstat -n | grep <database id> in unix box
it will show the connection between the DB and Weblogic
server.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does the connected to element in the toolbar signify?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
Explain the types of deployment modes and diffrernces between them?
Explain about the function associated with t3 in weblogic server ?
Do you know what type of object is returned by resultset.getobject()?
Whenever we see a very slow response from server-side, then what all thing we need to look into?
What is console mode?
What type of object is returned by resultset.getobject()? : BEA Weblogic
What is meant by thread dump and how can we take?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What is the Basic Components of Weblogic Server ?
What are jvm tuning parameters?
How to pass arugments to server through machine?
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
How should you type cast a remote object? Why?