Create a synonym for F1_V@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@FAR no problem.  But when I do


select *
from N1 N, F1_V@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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to