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 -> Problem fetching data from link server once it is down and then restarted

Problem fetching data from link server once it is down and then restarted

From: Rajesh <rajesh.prasad_at_itreya.com>
Date: 27 Nov 2002 02:04:29 -0800
Message-ID: <1ebcbe13.0211270204.34662272@posting.google.com>


Hi All,
I have a stored procedure which select rows from transactional database and a remote database (using datbase link)

Example:
SELECT someId FROM sometable
UNION
SELECT someId FROM sometable_at_SOMELINK;

Now, when I stop the Link server and restart it and try to execute the stored procedure, I get an error as
ORA-02068: following severe error from SOMELINK ORA-12571: TNS:packet writer failure

I also used views and synonyms but it doesnot help can any body help me.

Thanks in advance.
Rajesh Received on Wed Nov 27 2002 - 04:04:29 CST

Original text of this message

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