Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: move a table
> 1. Rename the original table
> 2. Create the new table with new storage info.
> 3. Insert into select * from...
A better way is to use the SQL*Plus command COPY, which commits periodically. For 'large' tables, the single transaction method will fail.
Richard Gowan Received on Tue Apr 10 2001 - 02:03:37 CDT
![]() |
![]() |