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 are the ways in which the dns request of failed servers handled?
How does a cluster relate to a domain?
What is jvm tuning?
Define memory leak ?
What is Weblogic ? (Weblogic Interview Questions)
How can I avoid asynchronous message deadlocks? : BEA Weblogic
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
How do stubs work in a weblogic server cluster? : BEA Weblogic
What should you do in a passive method?
What are crossdomainconnectors in reference to web logic servers?
How to integrate appache with weblogic?
Managed servers are running. What happens if admin server down?
How can we configure http tunneling on weblogic?
What are the transaction isolation levels supported by weblogic jdriver?
What are the databases that are available to be used with the web logic j2ee connector architecture?