Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

not able to configure PHP 5.3 for oracle support

874545Jul 11 2011 — edited Jul 12 2011
Hello Experts,

I installed the PHP with oci8.dll php_pdo_oci.dll etc enabled but still I can not see the OCI in PDO driver list in phpinfo()

Can anyone help me how to configure it?

I can see the following in phpinfo(); but oci is not enabled/installed
PDO drivers mysql, odbc, pgsql, sqlite, sqlite2

I am using the IIS webserver and want to connect to oracle database




Regards,
Rohit

Comments

Triple check that you are editing the correct php.ini file. The output of phpinfo() will confirm which file to use.

Check any IIS log output for errors.

Review the suggestions in these posts:
http://blogs.oracle.com/opal/entry/how_to_use_iis_php_and_oracle
http://blogs.oracle.com/opal/entry/using_php_oci8_with_32-bit_php

Let us know how it goes and what works for you.
874545
Hi,

I have checked the php.ini and I am modifying the correct php.ini..

how to check IIS logs?

can you give some more suggestions?

Regards,
Rohit
Everything I know about IIS is in the links I gave before.

Did you try any of the steps?
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 9 2011
Added on Jul 11 2011
3 comments
328 views