I have worked on mysql with php and want to make connection of php with oracle 8 i
my oracle and php ,apache are on windows machine
please guide me how to load all the extensions for that
error call to undefined function OCILogin.....
.....
Php -Oracle 8i connection
Moderator: General Moderators
- devork
- Forum Contributor
- Posts: 213
- Joined: Fri Aug 08, 2003 6:44 am
- Location: p(h) developer's network
what type of unexplained errors
the only thing that i have to do with oracle 8i db is to query and show results in (php) no insertion ,no updates ....
just need that help about that ....where to get that oracle 8i dll extension
i have used the oracle and ora8i .dll extension in php.ini files
php_oracle.dll is available in my extension dir ...
i have to use the oracle directly .....
the only thing that i have to do with oracle 8i db is to query and show results in (php) no insertion ,no updates ....
just need that help about that ....where to get that oracle 8i dll extension
i have used the oracle and ora8i .dll extension in php.ini files
php_oracle.dll is available in my extension dir ...
i have to use the oracle directly .....
You need to install the Oracle client... the php_oci8.dll is dependent on that.
Once you can connect with sqlplus (part of the oracle client install) then you are usually on your way.
The only other issue I have ran into is that it can't seem to find my tnsnames.ora so I just put the entire connect string in the oci_connect
Once you can connect with sqlplus (part of the oracle client install) then you are usually on your way.
The only other issue I have ran into is that it can't seem to find my tnsnames.ora so I just put the entire connect string in the oci_connect