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 localapplication 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.
A&B is correct in my opinion..
Correct answer is B & D
B & D
It is accept to create datasource without target
B,D
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)…
B,D