InterviewSolution
| 1. |
What Are Savepoint Mode And Cursor Mode Properties? Level? |
|
Answer» 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. Cursor MODE - define cursor STATE across TRANSACTION Open/close. 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. Cursor mode - define cursor state across transaction Open/close. |
|