Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> stored procedured call error
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
![]() |
![]() |