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
Open the find box and editing the text in text box then what is name for this dialog box??
Can the bean class implement the ejbobject class directly? If not why?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
Why would a client application use jta transactions?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
What is a messaging bridge?
How do I increase weblogic server memory? : BEA Weblogic
Difference between production and development mode?
Do you know what are the steps involved in setting up classpath in web logic server?
what is mission in weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
How should you type cast a remote object? Why?
What is a Thread dump? How will you take in unix/linux and windows ?