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
Explain what is the purpose of stub in web-logic server cluster?
How many way to start and stop weblogic servers?
Can struck threads be killed manually?
What are stubs?
How do I use persistence? : BEA Weblogic
In a web logic server what is the domain?
When should I use multicast subscribers? : BEA Weblogic
How do I get a thread dump to help track down a problem? : BEA Weblogic
What are the special design care that must be taken when you work with local interfaces?
What Is The Purpose Of Clustering ?
What are the uses of a middleware server?
What is meant by adminserver?
How should you type cast a remote object? Why?
What is the format of the log message out to standard out?
Does weblogic jms support clustering? : BEA Weblogic