ID: 47350 User updated by: anupsonnad at gmail dot com Reported By: anupsonnad at gmail dot com -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: windows server 2003 PHP Version: 5.2.6 Assigned To: sixd New Comment:
Well the reboot helped...!!!! the issue has been fixed as of now .... no errors.... BUT i hope it doesnt come back again as i cannot keep rebooting the server all the time this error occurs cause there are a lot of other critical apps running on the server. i ll post back here if the issue comes back. thanks a lot buddy u save my life Previous Comments: ------------------------------------------------------------------------ [2009-02-09 19:01:05] [email protected] Unfortunately "Access Violation at 60A98A4E" isn't enough information for me to identify a cause. Some possible steps: - Check trace and log files - Check file permissions on the Oracle software: the web server will need to be able to find the libraries and data files - Turn on oci_internal_debug - Try connecting to a different computer - Reboot ------------------------------------------------------------------------ [2009-02-09 18:38:27] anupsonnad at gmail dot com The PHP version is 5.2.6 Oracle version 10g i am sure nothing has been. Infact just had worked on a page which was working fine until i went out for a smoke for 15 min and i came back tried to load open a page, None were working. Then i tried phpinfo() its was working well. Then i wrote simple oracle connectivity command and got the same error. the program i mentiond is what i tried. ------------------------------------------------------------------------ [2009-02-09 18:00:57] [email protected] What is the actual PHP version? The bug header has 5.2.9RC1 but the text says 5.2.6. What is the full version of Oracle? Triple check that nothing has changed. Perhaps permissions, or a query or ...? Please provide a reproducable testcase. ------------------------------------------------------------------------ [2009-02-09 16:38:59] anupsonnad at gmail dot com Description: ------------ PHP Version 5.2.6 iis 6.0 win 2003 server oracle 10g Everything was proper for months until today when i suddenly started getting this error message when i load any page which tries to connect to a database. When initially the php file loads it gives me a http 500 error. but when refreshed continuesly it throws me this error. The normal HTML pages work fine. The phpinfo() page works fine also dontget the error message at the end or the begning of the phpinfo(). Reproduce code: --------------- <?php echo "<BR>Hi..!!!"; if(!($connection = OCI_connect("XXX", "XXX", "XXX"))) { echo "Could not Connect to the Database. Please contact system admin"; } else { echo "<br>connected..!!!"; } ?> Expected result: ---------------- Hi..!!! connected..!!! Actual result: -------------- initially : Hi..!!!Could not Connect to the Database. Please contact system admin When refreshed continously: PHP has encountered an Access Violation at 60A98A4E Hi..!!! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47350&edit=1
