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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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