PHP Causes ORA-07445 Core dump in Oracle server 9.2.x
| Bug #36250 | PHP Causes ORA-07445 Core dump in Oracle server 9.2.x | ||||
|---|---|---|---|---|---|
| Submitted: | 2006-02-01 19:49 UTC | Modified: | 2008-02-15 22:59 UTC | ||
| From: | fred dot cohen at iridium dot com | Assigned: | |||
| Status: | Closed | Package: | OCI8 related | ||
| PHP Version: | 5.1.2 | OS: | Solaris 9 | ||
| Private report: | No | CVE-ID: | None | ||
[2006-02-01 19:49 UTC] fred dot cohen at iridium dot com
Description: ------------ This isn't a bug in PHP, but I'm submitting it since Oracle currently has no patch available and it's cause isn't obvious. Using the Instant Client 10.2 and PHP 5.1.2 connecting to Oracle 9.2.0.7 we began seeing ORA-07445 errors immediately after upgrading to the versions listed. They may appear to occur intermittently, but they can happen as frequently as the oci8.ping_interval value. I've traced it down to the OCIPing call in the oci extension. It turns out any calls to OCIPing cause the error in the server. Workaround: In php.ini [oci8] section, set: oci8.ping_interval=-1 I'll provide updates about possible patches from Oracle as soon as they're able to respond.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-03-04 07:33 UTC] fred dot cohen at iridium dot com
[2006-03-04 07:41 UTC] fred dot cohen at iridium dot com
[2006-03-05 08:43 UTC] tony2001@php.net
[2006-03-06 22:19 UTC] fred dot cohen at iridium dot com
[2006-03-07 00:18 UTC] cjbj at hotmail dot com
[2006-03-07 08:52 UTC] tony2001@php.net