Dear Sir,
I have installed oracle 11.1.0.6 on windows 2003 sp2 and sqlplus etc everything is running fine.I have iis6 with cgi
I have installed php 5.3.1 non thread safe and has done everything mentioned in the underground manual ,technote etc
like copying php_oc8_11g in php /ext directory
setting php.ini path to exenstion_dir
extension=php_o ci8_11g etc also in PATH variables
but whenever I am trying to run oci_connect it gives fatal error
also oci8 does not show in phpinfo
I have done the same way,
extension_dir=" c:\php\ext"
extension=php_o ci8_11g.dll
still nothing is working
This is done in php.ini file,
only one php.ini is there
I have used client as 11.1.0.7 for windows
I have also added tnsnames.ora and added tns_admin in the path
although database resides in the same machine
please help
I have installed oracle 11.1.0.6 on windows 2003 sp2 and sqlplus etc everything is running fine.I have iis6 with cgi
I have installed php 5.3.1 non thread safe and has done everything mentioned in the underground manual ,technote etc
like copying php_oc8_11g in php /ext directory
setting php.ini path to exenstion_dir
extension=php_o ci8_11g etc also in PATH variables
but whenever I am trying to run oci_connect it gives fatal error
also oci8 does not show in phpinfo
I have done the same way,
extension_dir=" c:\php\ext"
extension=php_o ci8_11g.dll
still nothing is working
This is done in php.ini file,
only one php.ini is there
I have used client as 11.1.0.7 for windows
I have also added tnsnames.ora and added tns_admin in the path
although database resides in the same machine
please help
Comment