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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: spinto at mobileway dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 15:01:29 2024 UTC