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
Do ejbs have to be homogeneously deployed across a cluster? Why?
How can the OUT OF MEMORY be solved?
Can two jms servers share the same persistent store? : BEA Weblogic
What is the difference between the sun jvm and bea jrockit jvm?
Explain how a web logic server works?
What are the various causes for out of memory?
Explain the types of node manager?
How many ways to start and stop weblogic servers?
Are foreign destinations handled within foreign jms messages? : BEA Weblogic
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
What is the format of the log message out to standard out?
What is bootup process?
How many ways take thread dumps?
How do I put a message back on the queue for processing? : BEA Weblogic
What should you do in a passive method?