Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 9i SAVEPOINT question

Re: 9i SAVEPOINT question

From: <dbaxchange.dba_at_gmail.com>
Date: 24 Nov 2005 09:09:28 -0800
Message-ID: <1132852168.796193.294870@g49g2000cwa.googlegroups.com>


If Space issues are your concern then you can use the resumable space management feature available with oracle9i instead of savepoints. It is generally not a good idea to commit frequently and also doing loads in batches causes other headaches like program restartability.You can use the resumable space management feature without any issues except if your code has queries or operations against remote objects. To utilize this feature the user needs the "resumable" system privilege. With this privilege available, prior to starting the process, you can set this for the session:

You can setup an "after suspend" trigger which can send you a page or an email notification in the event of space issues.

Hope this helps!

http://www.dbaxchange.com
(One stop site for practical solutions to oracle issues, oracle findings, Book recommendations, International job search site recommendations and much more....) Received on Thu Nov 24 2005 - 11:09:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US