Oracle Database - SAVEPOINT (of a transaction)

About

A savepoint is a user-declared intermediate marker within the context of a transaction. Internally, this marker resolves to an SCN. Savepoints divide a long transaction into smaller parts.

If you use savepoints in a long transaction, then you have the option later of rolling back work performed before the current point in the transaction but after a declared savepoint within the transaction. Thus, if you make an error, you do not need to resubmit every statement.

Articles Related

Documentation / Reference

  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at del.icio.us
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Digg
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Ask
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Google
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at StumbleUpon
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Technorati
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Live Bookmarks
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Yahoo! Myweb
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Facebook
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Yahoo! Bookmarks
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at Twitter
  • Bookmark "Oracle Database - SAVEPOINT (of a transaction)" at myAOL
 
database/oracle/savepoint.txt · Last modified: 2010/12/17 14:38 by gerardnico