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: Copy from server to another server

Re: Copy from server to another server

From: Jerry Gitomer <jgitomer_at_erols.com>
Date: Fri, 04 Feb 2000 00:38:20 -0500
Message-ID: <389A65CC.875F732@erols.com>


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

Original text of this message

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