Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: moveing tables ??
If both machines are on the network then why not set up a DB Link to the
remote instance
create table test as select * from TABLE_TO_COPY_at_remote_instance;
"Aditya" <aditya_singh_at_pspl.co.in> wrote in message
news:a47tni$1citib$1_at_ID-131177.news.dfncis.de...
> I wish to move some table from one machine using Oracle 8i to another
> machine using the same Oracle 8i. How can I do this ??
> Some examples will be helpful. Thanks!
>
>
>
>
Received on Mon Feb 11 2002 - 11:15:03 CST
![]() |
![]() |