How can you know that the database has connected to your
weblogic server
Answer Posted / kantha
Use the following Steps to make sure that you are able to
connect to the DataBase Box from the WLS Server Box…
Step1). Add JDBC Driver also in the Classpath or Better run
“setWLSEnv.sh”
Step2). Use WLS DB Ping utility:
Syntax:
java -classpath /bea103/wl_server103/server/lib/weblogic.jar
utils.dbping ORACLE_THIN <dbUserName> <dbPasswoes> <dbURL>
Example:
java -classpath /bea103/wl_server103/server/lib/weblogic.jar
utils.dbping ORACLE_THIN scott tiger
databaseHostName:1521:P15215h
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of using multipools in web logic server?
Define the toolbar elements.
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
How can the nm be made to work with web logic? Explain?
How you will analyse threads state using samurai tool?
What is the list of pre-configured queues?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
What are the common domain types?
Explain The Methods For Providing User Credentials For Starting The Server ?
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Can we deploy jar in weblogic?
When should I use the external_stage option?
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
What is non-stage deployment?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?