1Z0-599 · Question #65
In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.
The correct answer is A. simplified disaster recovery architecture and efforts C. common storage of transaction logs with application data D. common replication of transaction logs with application data. Comparing File Stores and JDBCaccessible Stores The following are some similarities and differences between file stores and JDBCaccessible (A) JDBC stores may make it easier to handle failure recovery since the JDBC interface can access the database from any machine on the same…
Question
In WebLogic 10.3.6 and 12c, transaction logs can optionally write to a JDBC store instead of a file store on the file system. Identify the three benefits as a result of this capability.
Options
- Asimplified disaster recovery architecture and efforts
- Bbetter performance than writing logs to a file store
- Ccommon storage of transaction logs with application data
- Dcommon replication of transaction logs with application data
- Ehigher transaction throughput
How the community answered
(43 responses)- A74% (32)
- B9% (4)
- E16% (7)
Explanation
Comparing File Stores and JDBCaccessible Stores The following are some similarities and differences between file stores and JDBCaccessible * (A) JDBC stores may make it easier to handle failure recovery since the JDBC interface can access the database from any machine on the same network. With the file store, the disk must be shared or migrated. * The default persistent store can only be a file store. Therefore, a JDBC store cannot be used as a default persistent store. * Both have the same transaction semantics and guarantees. As with JDBC store writes, file store writes are guaranteed to be persisted to disk and are not simply left in an intermediate (that is, * Both have the same application interface (no difference in application code). * (not B, not E) All things being equal, file stores generally offer better throughput than a JDBC store. / If a database is running on highend hardware with very fast disks, and WebLogic Server is running on slower hardware or with slower disks, then you may get better performance from the * File stores are generally easier to configure and administer, and do not require that WebLogic subsystems depend on any external component. * File stores generate no network traffic; whereas, JDBC stores generate network traffic if the database is on a different machine from WebLogic Server.
Topics
Community Discussion
No community discussion yet for this question.