|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-07-08 13:44 UTC] tfalgout at yahoo-inc dot com
[2012-06-26 23:28 UTC] sixd@php.net
[2012-06-26 23:28 UTC] sixd@php.net
-Status: Open
+Status: Duplicate
-Package: PDO_OCI
+Package: *General Issues
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 14:00:02 2025 UTC |
Description: ------------ Here the oracle storage procedure content: ========================================== PROCEDURE REQ_TEST_PAK (res IN OUT REQ_9COLONNES_PKG.resultat) AS BEGIN OPEN res FOR SELECT * FROM AGENCP; END REQ_TEST_PAK; Reproduce code: --------------- Here the PHP code : =================== ... $stmt = $oracle->prepare("call FM.REQ_TEST_PAK(?)"); $stmt->bindParam(1, $toto, PDO::PARAM_INPUT_OUTPUT, 4000); ... Expected result: ---------------- Result of execution Actual result: -------------- Re: ORA-06553: PLS-306: wrong number or types of arguments