|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-06-30 08:27 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 05:00:01 2025 UTC |
Script to reproduce the problem : $query="select * from table_name where columnname_value>val1 and columnname_value<val2"; $stmt=OCIParse($strConn,$query); if (!OCIExecute($stmt)){ ... with [val1,val2] U [33377,34744] not null. On ORACLE8i database, columnname_value is defined as NUMBER(15) Error message : "ORA-03120-two-task conversion routine : integer overflow."