Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Cloning 21 GB Table - Review Approach please
To generate some bases for test systems we are cloning the whole
schemas in this way:
INSERT /*+ PARALLEL(dst, 16) */ INTO dst
SELECT /*+ PARALLEL(src, 16) */ * FROM src;
> We are to clone a 32Million records table of approx 21GB in the same DB.....
-- Best regards, Alex Gorbachev -- http://www.freelists.org/webpage/oracle-lReceived on Sat Mar 12 2005 - 08:54:14 CST