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.
A,C
AC
https://docs.oracle.com/cd/E24329_01/web.1211/e24432/store.htm#BABJAIAE
A and C
Type
Select “Default Store” if you want transactions logged to the server’s default store. Select “JDBC” if you want transactions logged to a specific JDBC data source.
MBean Attribute:
TransactionLogJDBCStoreMBean.Enabled
Changes take effect after you redeploy the module or restart the server.
Data Source
The JDBC data source used by the transaction log store to log transactions. You cannot configure the transaction log store to use a JDBC data source that is configured to use an XA JDBC driver or configured to support global transactions.
MBean Attribute:
JDBCStoreMBean.DataSource
Changes take effect after you redeploy the module or restart the server.