Search found 5 matches

by jjeffman
Sat Feb 11, 2006 5:34 pm
Forum: Databases
Topic: Loading Oracle extension
Replies: 7
Views: 697

Thanks to all. Everything is runnig fine.
Connection made!

Jayme
by jjeffman
Sat Feb 11, 2006 2:41 pm
Forum: Databases
Topic: Loading Oracle extension
Replies: 7
Views: 697

Now I have the PHP modules for Oracle being loaded. The PHP oci_connect method is still unavailable. Apache is working fine. There was not any php.ini file in the Windows directory, phpinfo() show configuration path to "c:\Windows" though. So I copied the php.ini file, which was at the php...
by jjeffman
Sat Feb 11, 2006 12:38 pm
Forum: Databases
Topic: Loading Oracle extension
Replies: 7
Views: 697

Thank you very much.
I will give your suggestion a try. I've already downloaded the Oracle 10g Instant Client, but I don't know where should I put the decompressed files. Can you help me ?
TIA
by jjeffman
Sat Feb 11, 2006 12:28 pm
Forum: Databases
Topic: Loading Oracle extension
Replies: 7
Views: 697

Yes, I did, and the dll files are present at the PHP extensions directory. I have the Oracle database installed on the same computer as PHP is, 10g on the computer which is runnig XP and 9i on the other. But anyway, the functions should be present, even though the connection fails in case of a lack ...
by jjeffman
Sat Feb 11, 2006 12:06 pm
Forum: Databases
Topic: Loading Oracle extension
Replies: 7
Views: 697

Loading Oracle extension

feyd | This topic was split from another much older thread. I've uncomented the line to load the php_oci8.dll and php_oracle.dll but its functions are not present when I check them using get_defined_functions. Can someone tell me what am I doing wrong ? I did this on two installations : W2003 +Apac...