Hello, I am wondering what do people use to connect to an oracle DB ? I've been looking for something like php-oci8 RPM package, but no luck so far. I hate to have to rebuilding PHP on my own just to be able to connect to an Oracle database.
Thanks for any help RDB
Reuben D. Budiardja wrote:
Hello, I am wondering what do people use to connect to an oracle DB ? I've been looking for something like php-oci8 RPM package, but no luck so far. I hate to have to rebuilding PHP on my own just to be able to connect to an Oracle database.
Thanks for any help RDB _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Reuben, AFAIK there is no pre-made packages for this. You have to do it yourself. You first need to install the Oracle Client package, and then recompile php together with the Oracle libs ( --with-oci8 )
HTH Joacim