what are savepoint mode and cursor mode properties ?
Answer / Amit Ranjan Kumar
"Savepoint Mode Property" in Oracle Forms determines how the form saves changes during a transaction. The available options include AutoCommit (savepoint created after each SQL statement), ManualCommit (no savepoint is created until the user explicitly commits the transaction), and Off (no savepoints are created at all).nn"Cursor Mode Property", on the other hand, determines how the form handles cursor movement. The available options include MoveLast (move to the last record when navigating backward), MoveNext (move to the next record when navigating forward), and MovePrior (move to the previous record when navigating forward).n
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you understand by anchoring in reports?
What is the sequence of firing in report trigger?
How will you run ms_batch file in forms?
Which flexfields you have customized?
Explain the method to debug errors in an oracle application.
Any work done in oracle workflow builder. Did you customize or build a new workflow?
What is forms_mdi_window?
What is confine mode and flex mode?
How to convert the oracle reports to excel sheet from oracle?
what are savepoint mode and cursor mode properties ?
Explain the use of dde package in d2k.
How many concurrent programs you have customized, can you name some of them?