A script-enabled browser is required for this page to function properly.

Savepoint Mode Property

Description

Specifies whether Oracle Forms should issue savepoints during a session. This property is included primarily for applications that will run against non-ORACLE data sources. For applications that will run against ORACLE, use the default setting.

The following table describes the settings for this property:

Setting

Description

Yes (the default)

Specifies that Oracle Forms should issue a savepoint at form startup and at the start of each Post and Commit process.

No

Specifies that Oracle Forms is to issue no savepoints, and that no rollbacks to savepoints are to be performed.

Applies to form module

Set programmatically

Refer to Built-in

GET_FORM_PROPERTY

SET_FORM_PROPERTY

Default

Yes

Required/Optional optional

Savepoint Mode Restrictions