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: How can tables from two different databases be linked

Re: How can tables from two different databases be linked

From: ggraudins <ggraudinsNOggSPAM_at_exeter.com.invalid>
Date: 2000/05/18
Message-ID: <267801cd.5028622e@usw-ex0103-024.remarq.com>#1/1

Quite simple really - just use a database link. Then you can write stuff like

SELECT a.name, b.salary FROM a person_at_first_database, b salary_at_second_database WHERE a.person_id = b.person_id, etc., etc.

Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

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