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: Running procedures remotely

Re: Running procedures remotely

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


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 - 10:11:15 CDT

Original text of this message

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