Re: Calling a PL/SQL stored procedure from onother database ?

From: Jomarlen <jomarlen_at_aol.com>
Date: 1997/11/12
Message-ID: <19971112002200.TAA14013_at_ladder02.news.aol.com>#1/1


If you want to call a procedure on a remote database from within Oracle Forms you will need to create a synonym.

E.G. create public sysnonym my_proc for my_proc_at_link_name;

>
>> How do you call a stored procedure which is stored in onother database
>> (Not the
>> same database your process is running in)?
Received on Wed Nov 12 1997 - 00:00:00 CET

Original text of this message