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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Copying tables ?

Re: Copying tables ?

From: diversif <diversif_at_ix.netcom.com>
Date: 1997/06/09
Message-ID: <01bc7503$29ad34a0$7798b8cd@newmicronpc>#1/1

I would do:

create table x
UNRECOVERABLE
as select *

    from olduser.x;

Assuming that you are at 7.2 or higher.

John Duska <duska_at_srfs.pitt.edu> wrote in article <33982133.35892BC8_at_srfs.pitt.edu>...
> What's the easiest way to copy an existing table & its data from one
> schema to another?
> thanks
> John
>
Received on Mon Jun 09 1997 - 00:00:00 CDT

Original text of this message

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