Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Near-table/far-table join problem
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).
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