11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Isolation Mode property<br />

Description<br />

Specifies whether or not transactions in a session will be serializable. If Isolation Mode has the value<br />

Serializable, the end user sees a consistent view of the database for the entire length of the transaction,<br />

regardless of updates committed by other users from other sessions. If the end user queries and changes a<br />

row, and a second user updates and commits the same row from another session, the first user sees<br />

<strong>Oracle</strong> error (ORA-08177: Cannot serialize access.).<br />

Applies to form module<br />

Set <strong>Form</strong> <strong>Builder</strong><br />

Usage Notes<br />

Serializable mode is best suited for an implementation where few users are performing a limited number<br />

of transactions against a large database; in other words, an implementation where there is a low chance<br />

that two concurrent transactions will modify the same row, and where long-running transactions are<br />

queries. For transaction-intensive implementations, leave Isolation Mode set to Read Committed (the<br />

default). Serializable mode is best used in conjunction with the block-level property Locking Mode set to<br />

Delayed.<br />

Default<br />

Read Committed<br />

Required/Optional required<br />

57

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!