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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Near-table/far-table join problem

RE: Near-table/far-table join problem

From: Durinda.Jones <Durinda.Jones_at_yellowcorp.com>
Date: Tue, 06 Mar 2001 09:21:49 -0800
Message-ID: <F001.002C4D3A.20010306075522@fatcity.com>

Create a synonym for F1_V_at_FAR and reference the synonym in your query.

Durinda

-----Original Message-----
Sent: Tuesday, March 06, 2001 6:46 AM
To: Multiple recipients of list ORACLE-L

We have a report running on database NEAR using table N1. This report does a
join to a view in another database - FAR - using a database link to a view of a
table F1_V.

Fron SQLPLUS on NEAR I can select * from F1_V_at_FAR no problem. But when I do

select *
from N1 N, F1_V_at_FAR F
where N.col = F.col;

Here we are getting a 1041 error "hostdef extension does not exist". This is a
generic connectivity problem. Does anyone know how to solve this problem??

..tom

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: blair_at_pjm.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Durinda.Jones
  INET: Durinda.Jones_at_yellowcorp.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Mar 06 2001 - 11:21:49 CST

Original text of this message

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