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
Can weblogic server start with a unix boot? : BEA Weblogic
What is node manager?
How can os authentication be connected with weblogic jdriver for oracle and connection pools?
What are the recommend parameters to improve the prformance from data-source point of view.
What causes the condition OUT OF MEMORY?
Explain about the function associated with t3 in weblogic server ?
Explain what an application server does and it's major components.
What is thread stack size? What is the default thread stack size in windows?
Explain load blancing alogarthims in cluster??
What are the transaction isolation levels supported by weblogic jdriver?
What is wlst?
how ITIL process occurs in weblogic?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
How to update license?
What is a local transaction?