You decide to use a database to store WebLogic Server transaction logs for a managed server.
Which two steps are required to configure this?
A.
Under the managed server’s Services configuration select “JDBC” asthe typefor the transaction
log store.
B.
Underthe managed server’s Services configuration, select”Disable the Default Store
C.
Create a non XA data source in the domain for the databasetransactionlog.
D.
Create an XA data source in the domain for the database transaction log.
Is this Right? Or is it A & D ?
I think A & D are correct. can you some one correct here?
Answer : A/ C/
Explanation : You cannot configure a JDBC store to use a JDBC data source that is configured to support global transactions. Instead, it must use a JDBC data source that uses a non-XA JDBC driver
Source : http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13952/taskhelp/stores/CreateJDBCStores.html
A,C
A, C
https://docs.oracle.com/middleware/1212/wls/CNFGD/store.htm#CNFGD290
A,C
A, C are right. See Note below for selecting C as the option.
Note: You cannot configure a JDBC store to use a JDBC data source that is configured to support global transactions. Instead, it must use a JDBC data source that uses a non-XA JDBC driver. You also cannot enable Logging Last Resource or Emulate Two-Phase Commit in the data source. This limitation does not remove the XA capabilities of layered subsystems that use JDBC stores. For example, WebLogic JMS is fully XA-capable regardless of whether it uses a file store or any JDBC store.
Is this dump still good?
Did anyone write this exam this year (2016)? How many questions were from this dump?
Please advise!