Re: Running procedures remotely

From: <harronc_at_ibm.net>
Date: Mon, 30 Aug 1999 22:11:15 +0700
Message-ID: <37ca9f64_at_news1.us.ibm.net>


[Quoted] You only need to append the database link to the procedure call, for example

exec proc_at_db_link;

You can create a public synonym to hide the database link, eg

create public synonym proc for proc_at_db_link;

Kenneth C Stahl wrote in message <37CA85A1.D4600922_at_Unforgettable.com>...
>Here is the general idea for something I need to do but am not quite
>sure how I would do it.
>
Received on Mon Aug 30 1999 - 17:11:15 CEST

Original text of this message