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 -> stored procedured call error

stored procedured call error

From: Kleist <kleist_at_tlen.pl>
Date: Wed, 31 Aug 2005 09:36:46 +0300
Message-ID: <df3j66$161h$1@news.uar.net>


Hello,

I have a problem with calling stored procedure from PHP using Oracle 8 functions.

The line which produces the error is

$s = OCIParse($db_link, "

CODE OF STORED PROCEDURE ");

OCIExecute($s); <-- ?

Connection to the DB is ok, before these lines couple of queries are executed well.

The code of SP is ok too, since compilation from the client produces no errors.

The error code is produced by mentioned line is: "ORA-00000: normal, successful completion"

TIA for any clue

K. Received on Wed Aug 31 2005 - 01:36:46 CDT

Original text of this message

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