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 -> Re:Joining tables from two separate oracle databases possible

Re:Joining tables from two separate oracle databases possible

From: Juan Miranda <jmiranda_at_mundo-r.net>
Date: Mon, 5 Mar 2001 19:01:16 -0000
Message-ID: <980k3n$lkg4@cesio.mundo-r.com>

Use a database link:

Create public database link Link_Name
Connect to USER identified by PASSW
Using NetAlias_Name

You can see the other databas object in this way:

 select * from table_name_at_Link_Name Received on Mon Mar 05 2001 - 13:01:16 CST

Original text of this message

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