Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help: Calling stored procedure from Impromptu using OLE Automation
Alexander Kravchenko <akravchenko_at_bny18.bloomberg.com> wrote in article
<344F6B46.78A609AA_at_bny18.bloomberg.com>...
> Hi,
> I wonder if somebody had a similar problem. I have a stored procedure
> that executes fine in sqlplus. But when I try to execute it on the
> client side in an Impromptu macro it gives me ole automation error. I
> wonder if somebody else experienced similar problems using Cognos tools.
<snip>
> impSp.setProcedure "sqltest(in, in out)"
Try:
impSp.setProcedure "begin sqltest(in, in out); end;"
Hope it works! :-)
regards,
Billy
Received on Tue Oct 28 1997 - 00:00:00 CST
![]() |
![]() |