Hi,
I'm desperate...
I've been installed Oracle Client. 9.1i in some computers and 9.2i in
others. The installation was sucefull, because, I can use SQL Plus,
without problems...
Now I'm trying to connect, PHP with Oracle, and I'm experimented to
diferents problems:
1) When I start PHP, I get the error message: 'Unable to load dynamic
library c:\php\extensio ns\php_oci8.dll '
.. I'm quite sure that this file exist!!. More than this, I already use
php_socket.dll, and this library is loaded ok.
.. I've been already check PATH, and "c:\oracle\ora9 x\bin" is there.
.. I tried to copy "php_oci8.d ll" and "oci8.dll" to "system32" folder but
doesn't work.
What I'm missing????
2) In just one machine working with Oracle 9.2i client, I can load
php_oci8.dll (i get this installing an uninstalling php, iis, and oracle
client too many times, so I don't know why it's working...). But, (there is
always a but...), when I try to connect, I get the following error:
"Warning: ocilogon(): _oci_open_serve r: ès":
.. Enviroment variables like "ORACLE_SID ", "ORACLE_HOM E" "TNS_ADMIN"
"LD_LIBRARY_PAT H" are OK!
.. "tsnames.or a" is ok to (I know that because I can use SQLPlus, and tnsping
is fine)
Again: Wha't I'm missing???
I'm using PHP version 4.x (I already tried 4.0, 4.1, 4.2 and 4.3.4, and
always get the same problem), IIS 4.5, and Windows XP Pro.
Thanks a lot!!
I'm desperate...
I've been installed Oracle Client. 9.1i in some computers and 9.2i in
others. The installation was sucefull, because, I can use SQL Plus,
without problems...
Now I'm trying to connect, PHP with Oracle, and I'm experimented to
diferents problems:
1) When I start PHP, I get the error message: 'Unable to load dynamic
library c:\php\extensio ns\php_oci8.dll '
.. I'm quite sure that this file exist!!. More than this, I already use
php_socket.dll, and this library is loaded ok.
.. I've been already check PATH, and "c:\oracle\ora9 x\bin" is there.
.. I tried to copy "php_oci8.d ll" and "oci8.dll" to "system32" folder but
doesn't work.
What I'm missing????
2) In just one machine working with Oracle 9.2i client, I can load
php_oci8.dll (i get this installing an uninstalling php, iis, and oracle
client too many times, so I don't know why it's working...). But, (there is
always a but...), when I try to connect, I get the following error:
"Warning: ocilogon(): _oci_open_serve r: ès":
.. Enviroment variables like "ORACLE_SID ", "ORACLE_HOM E" "TNS_ADMIN"
"LD_LIBRARY_PAT H" are OK!
.. "tsnames.or a" is ok to (I know that because I can use SQLPlus, and tnsping
is fine)
Again: Wha't I'm missing???
I'm using PHP version 4.x (I already tried 4.0, 4.1, 4.2 and 4.3.4, and
always get the same problem), IIS 4.5, and Windows XP Pro.
Thanks a lot!!
Comment