I am using Oracle-11g as database server and suse 11 64bits server as an application server. I want to enable oci8 and oci8_11g extension in PHP so can any one tell me the steps for this
Thankyou
From: Install oracle and php oracle extension(OCI8) in Opensuse environment
You need to install the following packages:
php5-devel libxml2-devel zlib-devel readline-devel oracle-instantclient11.2-basic oracle-instantclient11.2-devel
And compile oci8 php extension
A howto from suse website
This also can help you