Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> accessing tables on other boxes in queries
I want to copy a table from the live box to cat. On the cat box can I use something like
create table cat_orders as
(select * from live_box.orders(username/password));
Peter Received on Mon Mar 19 2001 - 12:08:40 CST
![]() |
![]() |