Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: execute a stored procedure remotely
The syntax is normally:
stored_procedurename_at_databaselink
but you can also create a synonym:
create synonym remote_proc for stored_procedurename_at_databaselink;
Now you can just call remote_proc(parameters);
Lisa Lewis wrote in message <6m6nsi$6og$1_at_usenet01.srv.cis.pitt.edu>...
>Can I execute a stored procedure in database A from a stored procedure in
>database B via a database link? If so, what is the syntax of the call to
>the stored procedure. (I know how to create the db link).
>
>Thanks
>Lisa
>
>
Received on Thu Jun 18 1998 - 15:53:39 CDT
![]() |
![]() |