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 mulicast and unicast in weblogic?
Do you know how are multi-byte characters used with weblogic jdriver?
What is Multicast?
In web logic what is the msi code?
Do you know what are the steps involved in setting up classpath in web logic server?
Difference between multicast and unicast?
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
We often see BSU when using weblogic. What is the meaning of BSU ?
What does the connected to element in the toolbar signify?
The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
What is bootup process?
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
What is core server tuning?
What is weblogic application server?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic