Oracle WebLogic Server 12c: Advanced Administration II — Question 37
In order to leverage replication and high availability features of your back-end database, among other benefits, you are configuring a JDBC TLOG store to persist transaction logs.
Since something went wrong during the setup of the TLOG, you are reviewing the configuration considerations for TLOG.
Which two guidelines are true for configuring JDBC TLOG stores? (Choose two.)
Answer options
- A. Only one JDBC TLOG store can be configured per WebLogic Server.
- B. JDBC TLOG stores should only be configured for RAC databases.
- C. Only globally-scoped (not application-scoped) data sources can be targeted to a JDBC TLOG store.
- D. Multiple WebLogic Servers can share the same JDBC TLOG store.
Correct answer: A, C
Explanation
Option A is correct because only one JDBC TLOG store can be set up per WebLogic Server, ensuring efficient management of transaction logs. Option C is also accurate as only globally-scoped data sources can be associated with a JDBC TLOG store, while options B and D are incorrect because JDBC TLOG stores can be used with various database types, not just RAC, and multiple servers cannot share a single TLOG store.