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: Test data link in PL/SQL

Re: Test data link in PL/SQL

From: Joel Garry <joel-garry_at_home.com>
Date: 8 Jan 2004 14:25:42 -0800
Message-ID: <91884734.0401081425.84f8d80@posting.google.com>


"Scott Hamlin" <srxyz2003_at_go.com> wrote in message news:<btjln1$808ao$1_at_ID-147295.news.uni-berlin.de>...
> I need to test if a remote system is accessible via a data link. Is there a
> way in PL/SQL to test if a data link is working? We have this code in place,
> which we copied from previous Google posts:
>
> select sysdate into vTest from dual_at_devl.world;
>
> But this does not seem to work - the procedure returns a more generic error
> message instead of the specific 'server down' message we would like. (The
> error is that the package is invalid, even though the package is valid when
> I view it in DBA Studio.)
>
> We are currently using Oracle 9i.
>
> Thank you for you help,
> Scott

Try this google: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&th=a3ca3b4dae128cf5&rnum=5

jg

--
@home.com is bogus.
Black hole sun, won't you come, won't you come.
Received on Thu Jan 08 2004 - 16:25:42 CST

Original text of this message

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