Page 1 of 1

PHP with Oracle

Posted: Tue Feb 11, 2003 3:18 am
by ferdy
Ciao,
can anybody help me with connecting PHP with Oracle. I made a code with just connecting to oracle database, but don't work. 1. error was "Wasn't declare envirenment variable OCI_***". Where i must declare those variable's. 2. error was "Undefined function OCIconnect", i now that this function is in .DLL and i copy all DLL's to winnt&winnt/system32 but still don't work.

Grazie tante

Posted: Tue Feb 11, 2003 4:21 pm
by hedge
Do you have the oracle client installed? The php_oci.dll is dependent on the oracle dll's

Posted: Wed Feb 12, 2003 7:42 am
by ferdy
1. I installed oracle client, but not all of it.
2. I not decomment extensions from httdocs.conf

Now all working very well

thanks lot hedge