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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to use stored procedure in Pro*c

Re: how to use stored procedure in Pro*c

From: Andreas Michler <Andreas.Michler_at_adicom.de>
Date: Wed, 26 Jan 2000 09:18:33 +0100
Message-ID: <388EADD9.4A8E9D77@adicom.de>


I've had the same problems a few month ago (Oracle 7). In this case I've done a
SQLCHECK=FULL
and
USERID=USER/PASSWORT
You must run PROC with connecting to a database with the stored procedure.
Then it works

Calvin Ni wrote:

> Hi, guys,
> I want to use a stored procedure in pro*c, so I use:
> exec sql execute
> begin
> proc1(:v1,:v2);
> end;
> end-exec;
> But when i precomplier it, got error message:SQLCHECK must be set....
> So I added a line before exec sql execute:
> SQLCHECK=SEMANTICS;
> EXEC SQL EXECUTE
> BEGIN
> ...
> And I got the same message too.
> Any idea? Thanks in advance.
> Calvin

--



ADICOM Informatik GmbH
Andreas Michler
Wiesfleckenstr. 34
72336 Balingen
Tel: 07433/9977-57,Fax: -90
E-Mail: Andreas.Michler_at_adicom.de
http:\\www.adicom.de
Received on Wed Jan 26 2000 - 02:18:33 CST

Original text of this message

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