Monday, 30 October 2017

Oracle 1Z0-133 Question Answer

Select the two true statements about upgrading WebLogic server to version 12c (12.12).

A. To use the Reconfiguration Wizard, your current WebLogic server version must be 9.0 or higher.
B. The Domain Upgrade Wizard is no longer available in 12.1.2.
C. After running the wizard to update your domain ,you must reapply your start script customizations.
D. You need to update the domain’s administration server files.

Answer: B,C


You configure a data source with a non XA driver because your (non-Oracle) database does not provide XA drivers.
The data source will sometimes participate in global transactions with an EJB, so as you configure the data source you select “Supports Global Transactions” and One-phase commit.
Why is this configuration wrong?

A. You must choose an XA driver when a data source participates In global transactions.
B. "One' Phase Commit" always returns "ready" during phase one of the two-phase commit process’ so it is possible you will have heuristic errors in the database.
C. "One-Phase Commit" processes this data source last In the global transactions, if the EJB must go last, you cannot use this configuration.
D. "One-Phase Commit" only allows this data source to participate in global transaction, so you cannot have a global transaction that includes an EJB.

Answer: D