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

Home -> Community -> Usenet -> c.d.o.misc -> Re: oracle partitioning issue

Re: oracle partitioning issue

From: <msreejith_at_yahoo.com>
Date: 21 May 2006 05:13:41 -0700
Message-ID: <1148213621.268630.278140@y43g2000cwc.googlegroups.com>


Thanks Brian and Jim for your inputs.

Both of your solutions require copying the data from a "new_table" to "old_table" using something like:
INSERT INTO new_table SELECT * FROM old_table

Would this work seamlessly... considering factors like rollback error and other applications querying the table whilst this operation is happening. Pls let me know if there are any precautions to be taken care of.

Thanks a lot,
Srm Received on Sun May 21 2006 - 07:13:41 CDT

Original text of this message

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