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: Help ! - How to resync sequence numbers to a table (Oracle)

Re: Help ! - How to resync sequence numbers to a table (Oracle)

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 16 Feb 2005 17:29:30 -0800
Message-ID: <1108603770.831795.323140@l41g2000cwc.googlegroups.com>


I vote for writing a procedure that will increment the sequence to the desired value that you can execute (hopefully before) you perform the mass load (Gump's option 2). This would prevent a conflict from arising due to concurrent inserts from the regular source while the mass load was running.

HTH -- Mark D Powell --- Received on Wed Feb 16 2005 - 19:29:30 CST

Original text of this message

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