Re: [PHP] connecting to oracle 9i

2005-12-30 Thread Richard Lynch
First, use to determine several things: Where does PHP think your php.ini file should be? Move your php.ini file there, and then change it. Changes to other php.ini files in other places is pointless. There is a new-fangled Apache directive to tell PHP where to find php.ini, but it's easier to ju

[PHP] connecting to oracle 9i

2005-12-30 Thread Sue Errico
I am running php 5.0 apache 2.0 oracle 9i on a windows platform receiving the following error: Fatal error: Call to undefined function oci_connect() in C:\Program Files\Apache Group\Apache2\htdocs\Sue\testoci.php on line 3 I edited the php.ini I uncommenting the extension=php_oci8.dll (remove

[PHP] connecting to oracle 9i as user SYS

2003-02-01 Thread Lukas Smith
Hi, The topic says it all: How do you connect to oracle 9i as the user SYS? In the user comments about OCILogon() someone mentions that this is a little problematic with 9i, but doesn't really spell out the solution. Regards, Lukas Smith [EMAIL PROTECTED] ___ Backend