Page 1 of 1
OCI and oracle database
Posted: Mon Jan 11, 2010 10:02 am
by Dilbert137
Dear All,
I'm developing a website which must have a link to an oracle database. does anyone knows how to configure OCI on a linux server.
Thanks and Best Regards
Dilbert137
Re: OCI and oracle database
Posted: Mon Jan 11, 2010 11:15 am
by AbraCadaver
I assume the database is on a different machine? If so, then on the Linux machine running PHP, just install the client libraries
http://www.oracle.com/technology/softwa ... index.html and enable the oci extension in php.ini I think. If the database is on the Linux server where you will be running PHP, then you should just need to enable the extension.
Re: OCI and oracle database
Posted: Mon Jan 11, 2010 11:48 pm
by Dilbert137
Dear Sir,
When installing the oracle client, is there configuration to be done?
Best Regards
Dilbert137
Re: OCI and oracle database
Posted: Tue Jan 12, 2010 7:22 am
by AbraCadaver
Dilbert137 wrote:Dear Sir,
When installing the oracle client, is there configuration to be done?
Best Regards
Dilbert137
I don't think so. I have never done it, but they are just libraries that the PHP oci extension needs.