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 steps involved in setting up classpath in web logic server?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Explain the domain creation types?
Define memory leak ?
What are jvm tuning parameters?
How do you troubleshoot server hang?
Can the bean class implement the ejbobject class directly? If not why?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
Must my bean-managed persistence mechanism use the weblogic jts driver? : BEA Weblogic
How can default jvm be changed to others?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
What is clustering and what is achieved through it?
Tell me what are the steps involved in configuring the jms?
What are deployment descriptors?