Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Deleting Large Volumes of Data
RE:
http://www.oracle.com/oramag/webcolumns/2000/index.html?DeletingData_Hart.html
I saw this article after I had created a script that does something similar. I wondered how the two methods would differ in performance and final results. (my step 5 vs. the exp, and no rename). I have not fully tested this script but it seems to be working so far.
My steps:
===
I'm doing this to create a small version of a very large database -- i.e. something w/ n Gigs of data reduced by 80% or so. This allows me to have a small test database with a pretty good representation of production data.
My other issue was how to effectively make this database actually smaller after I exp / re-imp. So far, I've been exp with SHOW=Y INDEXFILE=foo.sql. I then edit foo.sql's INITIAL / NEXT extents and do the imp. I need to look at this some more.
Thanks for any feedback,
ON
Received on Thu Nov 29 2001 - 12:12:50 CST
![]() |
![]() |