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 -> Database links and stored procedures

Database links and stored procedures

From: Matt Houseman <mhousema_at_ix.netcom.com>
Date: 2000/06/25
Message-ID: <8j6ivc$sik$1@slb3.atl.mindspring.net>#1/1

All,

What is the correct syntax when executing a stored procedure with parameters over a DB link?
I've tried:

    SQL> exec foo.bar('Hello world')@fubar.foobar.com;

But the parser gags on the '@'. Is there any to do this? Thanks...

Matt Received on Sun Jun 25 2000 - 00:00:00 CDT

Original text of this message

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