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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Need an alternate - SYNONYMS

Re: Need an alternate - SYNONYMS

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 27 Oct 2005 09:02:10 -0700
Message-ID: <1130428930.840720.97500@g49g2000cwa.googlegroups.com>


Turkbear is right:

select * from owner1.Y_at_remote
where ....
union
select * from owner2.Z_at_remote
where ...

You could also code the above query as a view on the remote instance and then just select on the remote view locally.

HTH -- Mark D Powell -- Received on Thu Oct 27 2005 - 11:02:10 CDT

Original text of this message

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