News Feed
Jobs Feed
Sections




News Archive
Christopher Jones' Blog:
How to Use IIS, PHP and Oracle
May 01, 2006 @ 07:24:20

Christopher Jones has posted his howto over on his Oracle blog today - a look at a common problem when using IIS, PHP, and Oracle due to incorrect permissions.

Your Windows machine has IIS, PHP and Oracle. You create a PHP script using the oci8 extension and it calls PHP5 functions like oci_connect(), oci_parse(), or PHP4 functions like OCILogon() and OCIParse(). You invoke the script and get errors like:

"Warning: ocilogon() [function.ocilogon]: OCIEnvInit() failed." or "Unable to load dynamic library php_oci8.dll - Access is denied"

The cause is the unauthorized anonymous login the IIS server is trying to use. His solution is simple: "give it to them" (the permissions, that is). In four easy steps (including the client install and rebooting IIS) you should be bug free and running smooth.

1 comment voice your opinion now!
iis oracle common bug premissions error iis oracle common bug premissions error


blog comments powered by Disqus

Similar Posts

Singapore PHP User Group: Blair Layton of Oracle Presents on 11g (video)

Joshua Eichorn\'s Blog: PHP4Mono

Harun Yayli's Blog: oci_bind_by_name maxlength is not so optional

Edin Kadribasic's Blog: Back to VC6 for PHP Windows build

International PHP Magazine: April 2007 Issue Released


Community Events









Don't see your event here?
Let us know!


unittest code interview example object introduction composer testing zendframework2 opinion phpunit development community database podcast tool release framework language api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework