Oracle_Savepoint_Rollback1 |
Oracle performs an auto commit for a DDL statement execution,
therefore a rollback statement will not remove a table created with
"CREATE TABLE ..." statement.
During a transaction, simple rollback will erase the data during that process. Oracle provides some finer "ROLLLBACK" with "SAVEPOINT" statement; the save point operation moves the pointer a designated location, then rollback to a save point will flash-back the cursor to this location. Please Review This Reference : |
|
![]()
|