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
Default
Yes
Required/Optional optional