Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you know that the database has connected to your
weblogic server

Answers were Sorted based on User's Feedback



How can you know that the database has connected to your weblogic server..

Answer / zahid

in admin console you can go to the JDBC->connection pool-> test
it will test the pool and display the result, if the
application is connected to the db it will show a test
successful message else error

Is This Answer Correct ?    35 Yes 1 No

How can you know that the database has connected to your weblogic server..

Answer / eswaran

you can get the connection details by executing netstat -a
| grep <ipaddress of DB Server

Is This Answer Correct ?    19 Yes 1 No

How can you know that the database has connected to your weblogic server..

Answer / vivek tripathi

1.In admin console you can go to the JDBC->connection pool->
You will find status as running if DB is up i.e connected.

And to be more confident
JDBC->connection pool-> test

- Test connection successfully ( test connection attributes
in the advance configuration of the connection pool should
be checked and there should be a dummy table -- "dual" is by
default)
- If "Test connection" attributes are not checked then a
warning will appear.

2. If a DB connection is not available , you can find
related message in the server logs also.

Is This Answer Correct ?    17 Yes 1 No

How can you know that the database has connected to your weblogic server..

Answer / enigma

All the database connections are logged during server
startup in the server logs.

Is This Answer Correct ?    15 Yes 4 No

How can you know that the database has connected to your weblogic server..

Answer / john

The database never connects to WebLogic Server: the WebLogic Server connects to it :) .

Is This Answer Correct ?    10 Yes 5 No

How can you know that the database has connected to your weblogic server..

Answer / gopal

Do a netstat -an | grep 1521 | wc -l will display how many
DB connection made.


and also netstat -an | grep <IP of the DB>

Is This Answer Correct ?    5 Yes 0 No

How can you know that the database has connected to your weblogic server..

Answer / ravi kumar

if you give# netstat -n | grep <database id> in unix box
it will show the connection between the DB and Weblogic
server.

Is This Answer Correct ?    3 Yes 0 No

How can you know that the database has connected to your weblogic server..

Answer / mohit

You can check the availability of the Database to your WLS,
by testing the connection pool in admin console.

Before testing from console, you should make sure to check
if either of the properties to check DB is enabled for
connection pool (eg. Test connection on reserve) as well as
test query for DB is provided.

Is This Answer Correct ?    3 Yes 0 No

How can you know that the database has connected to your weblogic server..

Answer / srinivas

telnet <DB box IP> 1521 from weblogic box, if response is
coming DB is avialable.

Is This Answer Correct ?    4 Yes 1 No

How can you know that the database has connected to your weblogic server..

Answer / 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

More Weblogic Interview Questions

What is Unicast?

0 Answers  


What is MSI mode?

3 Answers  


How we can know whether proxy server up or not?

3 Answers   TCS,


How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic

0 Answers  


What is nmenroll in wlst?

0 Answers  


What is meant by gc and explain it?

0 Answers  


What are class paths? How can they be set?

0 Answers  


What are the ways in which the dns request of failed servers handled?

0 Answers  


Explain the functionality of T3 associated with WebLogic server?

0 Answers  


What is the default jvm used for weblogic?

0 Answers  


what is diff btwn JNDI&JDBC?

6 Answers   CTS, JPMorgan Chase,


What is the local interface used by web logic server?

0 Answers  


Categories