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: Copy table data from one schema to another scheman

Re: Copy table data from one schema to another scheman

From: Ed Prochak <edprochak_at_adelphia.net>
Date: Mon, 14 Apr 2003 21:49:36 GMT
Message-ID: <3E9B30E9.4040401@adelphia.net>

(also mailed to L1)
L1 wrote:
> Hello All,
>
> wonder if you know a simple way (sql, or plsql) to copy table data
> from one schema to another schema for temporary achival purpose.
>
> thanks,
> l1

Create table archive_xyz as
select * from otherschema.xyz;

-- 
Ed Prochak
running    http://www.faqs.org/faqs/running-faq/
netiquette http://www.psg.com/emily.html
--
"Two roads diverged in a wood and I
I took the one less travelled by
and that has made all the difference."
robert frost
Received on Mon Apr 14 2003 - 16:49:36 CDT

Original text of this message

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