DEVFYI - Developer Resource - FYI

What are the usage of SAVEPOINTS ?value in a session before accessing next value ?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

567. What are the usage of SAVEPOINTS ?value in a session before accessing next value ?

SAVEPOINTS are used to subdivide a transaction into smaller parts. It enables rolling back part of a transaction. Maximum of five save points are allowed.

(Continued on next question...)

Other Interview Questions