|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-17 16:48 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 23:00:01 2025 UTC |
When I use the Select <xxx> from <table> FOR UPDATE, There is a Fetch PB during the execution of the OCIfetch function This PB don't appears without the FOR UPDATE clause. $stmt = @OCIParse($connection, "select * from services for update"); // Calcul du nombre de lignes total de la requete if (@OCIExecute($stmt)) { while (OCIFetch($stmt)) { .... } PHP Compiled with --oracle lib