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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC