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

Home -> Community -> Usenet -> c.d.o.server -> Re: move a table

Re: move a table

From: Roxl <nospam_Roxl_at_ozemail.com.au>
Date: Mon, 9 Apr 2001 23:03:37 -0800
Message-ID: <ByhA6.495$s34.14121@ozemail.com.au>

> 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

Original text of this message

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