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 -> Remote function call ?

Remote function call ?

From: Xuewei Zhou <zhou_at_Glue.umd.edu>
Date: 1997/10/18
Message-ID: <62b07s$crf@y.glue.umd.edu>#1/1

Use remote procedure call, we could do

Begin

   MyPackage.MyProcedure_at_My.Remote.Db.Link; end;
/

When we tried

Declare

   Ret number;
Begin

   Ret =: MyPackage.MyFunction_at_My.Remote.Db.Link; end;
/

it didn't work.

Can someone verify that Remote Function Call is or isn't supported?

Thanks,

zhou Received on Sat Oct 18 1997 - 00:00:00 CDT

Original text of this message

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