php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11999 Execute a storedprocedure using php
Submitted: 2001-07-10 02:28 UTC Modified: 2002-04-13 08:39 UTC
From: samuel_gunasundari at satyam-infoway dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: samuel_gunasundari at satyam-infoway dot com
New email:
PHP Version: OS:

 

 [2001-07-10 02:28 UTC] samuel_gunasundari at satyam-infoway dot com
$sql1="execute proctest('$UName','$ase','$dsd',$id,$sno,'$num')";

    $proc=OCIParse($conn,$sql1);
     OCIExecute($proc);

Warning: OCIStmtExecute: ORA-00900: invalid SQL statement in /home/http/sigs/soffline.php on line 65


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 08:39 UTC] thies@php.net
your sql is bogus - nothing wrong with php here.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC