Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Remote function call ?
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
![]() |
![]() |