Oracle Install Problem
Posted by: feydakine (---.dfwairport.com)
Date: May 03, 2006 04:22PM

I followed these directions here:
[www.oracle.com]

But can't seem to get it to work in wampserver....

Fatal error: Call to undefined function OCILogon() in C:\wamp\www\testoracle.php on line 5

Any help would greatly be appreciated...

Thanks...

Options: ReplyQuote
Re: Oracle Install Problem
Posted by: Porno-Video-Free (---.ct.co.cr)
Date: May 03, 2006 05:20PM

First, you need to check on php extensions that php_oci8 is enabled or go to php.ini and delete the ';' before php_oci8.dll at "extensions"

Options: ReplyQuote
Re: Oracle Install Problem
Posted by: feydakine (---.dfwairport.com)
Date: May 04, 2006 08:09PM

I did manage to get to this step thanks...

However now as my data is loading, if it is more that a few lines I get an apache browser error....

Instead of the express oracle edition, I install the full deal, and now I get no data just the apache error...

Pop up error:
Apache HTTP Server has encountered a problem and needs to close.
We are sorry fo the inconvenience.

Options: ReplyQuote
Re: Oracle Install Problem
Posted by: feydakine (---.dsl.rcsntx.swbell.net)
Date: May 07, 2006 06:31PM

I found out why WAMPSERVER can not connect to Oracle without apache crashing...

Once I did the following I had no problems...
And this does fix more than just my issue with PHP & Apache connecting to Oracle.

I'm running the most currest version which is using PHP 5.12

okay a couple of ref points:
follow this forum:
[phpbuilder.com]

and this is a sample of my connection string, connecting to Oracle Database Express Edition:
$db_conn = OCILogon( "hr", "hr", "//localhost:1521/XE"winking smiley;

Basically PHP reengineered the php_oci8.dll
So you just need to replace the .dll in the ext (extension) directory with the new one, which you can find here:
[pecl4win.php.net]

For more reading, read at the bottom of this page:
[www.oracle.com]

WAMPSERVER ROCKS!

Hope that helps someone out there,

No1UKnow

Options: ReplyQuote


Sorry, only registered users may post in this forum.