Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Copy from server to another server
Markus Spindler wrote:
>
> Hallo!
>
> I want to to one table from one server to another server? (SQL string)
> Any help would be greate
>
> Markus Spindler
of the various methods I have used in the past I prefer to create a database link and then use CREATE TABLE AS SELECT * FROM TABLE@<db_link>;
--
Jerry Gitomer
Once I learned how to spell DBA, I became one.
Received on Thu Feb 03 2000 - 23:38:20 CST
![]() |
![]() |