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: Q: Oracle sqlplus way to capture all duplications and removal.

Re: Q: Oracle sqlplus way to capture all duplications and removal.

From: ColoC <colocoloc_at_yahoo.com>
Date: 6 Sep 2003 06:12:45 -0700
Message-ID: <96fc2618.0309060512.1954e7f6@posting.google.com>


vslabs_at_onwe.co.za (Billy Verreynne) wrote in message news:<1a75df45.0309050943.682cf1c3_at_posting.google.com>...
> colocoloc_at_yahoo.com (ColoC) wrote i

>.....

>
> BTW, you did not mention how big the table. If is that really big (10+
> million rows and more), you may want to make sure that you do have
> enough space for creating the 2nd table. You may also want to use
> parallel query.

That's the point. Even though I do not have 10+ million, I have over 500+k rows. And I am not the DBA who made the rule that a user (as I am) is not allowed to create any table in the DB. But I am asked to deal with the problem.

My thought is that I can dump the might-be duplicated portion from DB to files, delete the portion in DB, use OS commands to clean up the files, then reload the data in the file back to DB.

This seems to be the only possible way of doing it under my condition. Any other hints? Thanks.

ColoC Received on Sat Sep 06 2003 - 08:12:45 CDT

Original text of this message

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