Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> CREATE TABLE AS
I want to copy Oracle table from one database to another database, Oracle
suggested using CREATE TABLE AS and INSERT but there's no example. I know how
to use it when the from and to are in the same database:
create table newtable
as select * from oldtable
How would I specify the from and to when it deal with 2 database.
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Wed Apr 07 1999 - 21:59:15 CDT
![]() |
![]() |