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: create permanent copy of table

Re: create permanent copy of table

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 20 Oct 1999 21:46:18 GMT
Message-ID: <380e37ed.35060149@news.demon.nl>


On Wed, 20 Oct 1999 21:13:26 GMT, screwbai_at_my-deja.com wrote:

>
>
>How do I create a permanet copy of a table. Is there any other way than
>to do a schema/create and then insert the data?
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.

create table <blahblah>
as select * from <old_table>
Of course this is a one-time copy.

Hth,

Sybrand Bakker, Oracle DBA

Hth,

Sybrand Bakker, Oracle DBA Received on Wed Oct 20 1999 - 16:46:18 CDT

Original text of this message

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