Identify two accurate descriptions about managing multiple instances of each adapter in the runtime.

Each JCA adapter has a single deployment listed in the WLS Console. Identify two accurate
descriptions about managing multiple instances of each adapter in the runtime.

Each JCA adapter has a single deployment listed in the WLS Console. Identify two accurate
descriptions about managing multiple instances of each adapter in the runtime.

A.
Instance configuration in the SOA Suite deployment plan

B.
JCA tiles for each adapter instance

C.
Adapter connection factories specified in the WLS Console

D.
One entry per adapter instance in the adapters_config.xml file

Explanation:

*The Oracle Database Adapter is a JCA 1.5 connector, which is deployed to the application server
during installation.
The Oracle Database Adapter consists of multiple instances; each instance represents a
connection to a database end point. Different SOA processes may point to the same adapter
instance (database), while different service endpoints in a SOA process may point to different
adapter instances (databases).
Because each adapter instance points to a single database, there is a one-to-one correspondence
from adapter instances to application server data sources. Out of the box there is a single Oracle
Database Adapter instance named eis/DB/SOADemo, which points to the data source
jdbc/SOADataSource.
The list of adapter instances is stored in a deployment descriptor file, weblogic-ra.xml on Oracle

WebLogic Server. (It is inside of DbAdapter.rar, which contains also the Java class files in
DBAdapter.jar). Configuring an Oracle Database Adapter instance is more about creating the
underlying data source: getting the correct JDBC driver and connection URL.



Leave a Reply 10

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


Shalindra Singh

Shalindra Singh

CD

Pierluigi Vernetto

Pierluigi Vernetto

does such file adapters_config.xml (or adapters-config.xml) exist? I could not find it anywhere on my soasuite domain, nor in the soa suite documentation.

I am more inclined to vote for AC

Patricio Ascencio

Patricio Ascencio

The file adapter-config.xml is stored in MDS in the last versions of soa suite 11g

Master7777

Master7777

It is A and D. the option C is Correct but doesn’t have to be anything with ‘managing multiple instances of each adapter in the runtime’.

bla

bla

there is no adapters_config.xm file (notice the plural). it only exists adapter-config.xml in the MDS. so D could be wrong.

bla

bla

Beside, in this file I cannot see the entries of each instances. it’s a global configuration file of instances.