Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> accessing tables on other boxes in queries

accessing tables on other boxes in queries

From: dsidvidvn <dkjcdjndnvdnkl_at_btinternet.com>
Date: Mon, 19 Mar 2001 18:08:40 +0000
Message-ID: <3AB64B28.F2C56C24@btinternet.com>

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

Original text of this message

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