Which two statements are true about data sources that have been created?

Which two statements are true about data sources that have been created?

Which two statements are true about data sources that have been created?

A.
Data sources must be targeted to a server.

B.
Data sources must be bound in the JDNI tree of a server.

C.
Data sources are an Oracle WebLogic Server-specific feature.

D.
Data sources are tied directly to a connection pool.

E.
Data sources are required for a domain.

Explanation:
In WebLogic Server, you configure database connectivity by adding data sources to
your WebLogic domain. WebLogic JDBC data sources provide database access and database
connection management. Each data source contains a pool of database connections that are
created when the data source is created and at server startup. Applications reserve a database
connection from the data source by looking up the data source on the JNDI tree or in the local

application context and then calling getConnection(). When finished with the connection, the
application should call connection.close() as early as possible, which returns the database
connection to the pool for other applications to use.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Faheem

Faheem

A&B is correct in my opinion..

Nimesh Vyas

Nimesh Vyas

Correct answer is B & D

Sherif Salama

Sherif Salama

B & D
It is accept to create datasource without target

Mohamed Farouk

Mohamed Farouk

B,D

hchimi

hchimi

thank you aiotestking

Николай Гоголь

Николай Гоголь

indeed B & D !
Faheem, my little friend, don’t waste your time and open weblogic console —- you will have an option to create datasource and finish without targeting it to any server (I mean click FINISH in the middle of wizard, the target choosing is the lat step of D.S. wizard)…