php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5079 ORACLE8i database access : OCIExecute function return integer overflow
Submitted: 2000-06-16 13:30 UTC Modified: 2006-07-17 08:45 UTC
From: spinto at mobileway dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.0 Release OS: LINUX Redhat 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 35 = ?
Subscribe to this entry?

 
 [2000-06-16 13:30 UTC] spinto at mobileway dot com
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."
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-30 08:27 UTC] thies at cvs dot php dot net
problem reporter is not contactable - 
not enough information.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC