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 new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
What is meant by adminserver?
I have a process running on one of my unix terminals, but I cannot close the terminal window as the process will terminate. How can I transfer this process to a background process?
How should I use sorted queues? : BEA Weblogic
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What is meant by jndi and why its needed??
What is the max amount of information that can be saved in a session object?
How does concurrency work for message-driven beans? : BEA Weblogic
Which xml parser comes with weblogic server 6.1? : BEA Weblogic
How do I debug weblogic server using visual cafe 4.1? : BEA Weblogic
Tell the issues faced in weblogic?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Explain the difference between txdatasource and datasource?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?