Re: [PHP-DB] no Oracle functions

2001-12-03 Thread Thies C. Arntzen
On Mon, Dec 03, 2001 at 10:59:45AM -0800, John Kolvereid wrote: > Hi Thies, > Thanks for the info. I tried re-configuring w/ --with-oracle=$ORACLE_HOME > and --with-oci8=$ORACLE_HOME. After configuration I got the msg that > --with-odi8 there was no such file or directory as > /u01/app/oracl

Re: [PHP-DB] no Oracle functions

2001-12-03 Thread John Kolvereid
Hi Thies, Thanks for the info. I tried re-configuring w/ --with-oracle=$ORACLE_HOME and --with-oci8=$ORACLE_HOME. After configuration I got the msg that --with-odi8 there was no such file or directory as /u01/app/oracle/product/8.1.7 (which is $ORACLE_HOME). However, now I am able to open O

Re: [PHP-DB] no Oracle functions

2001-12-03 Thread Thies C. Arntzen
On Mon, Dec 03, 2001 at 06:58:00AM -0800, John Kolvereid wrote: > Hi, > I have just downloaded and installed PHP4.0.6. I have configured it > --with-mysql and --with-oracle. I am able to easily use Mysql but NOT > Oracle. When I try an ora_logon or ora_login I get 'Fatal error: Call > to u

[PHP-DB] no Oracle functions

2001-12-03 Thread John Kolvereid
Hi, I have just downloaded and installed PHP4.0.6. I have configured it --with-mysql and --with-oracle. I am able to easily use Mysql but NOT Oracle. When I try an ora_logon or ora_login I get 'Fatal error: Call to undefined function: ora_log?n' Moreover, I AM able to use Oracle w/ DBI fu