Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Calling a PL/SQL stored procedure from onother database ?

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

From: Peter Rak <prak_at_vsz.sk>
Date: 1997/11/11
Message-ID: <346871C3.36EE8E00@vsz.sk>#1/1

Hi,
Try
SQL> execute package_name.procedure_name_at_db_link(p1,p2...);

Mats Berglund wrote:

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

Original text of this message

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