Re: [PHP-DB] Re: Problems w/ OCI

2001-12-06 Thread B. PERRINE
le jeu 06-12-2001 à 06:14, John Kolvereid a écrit : It's me again, I got it. 1st, disregard the Mysql concerns. It was only slow because it wouldn't display until Oracle finished in the same script. 2nd, the reason that OCI did not work during the boot up was because APACHECTL which

Re: [PHP-DB] Oracle, PHP4, BSD

2001-11-27 Thread B. PERRINE
le jeu 08-11-2001 à 23:52, D. Witten a écrit : These are pretty basic questions, but I would appreciate help: I need to access Oracle (already running on a separate server) via PHP4 from a FreeBSD Server. 1) Can this be done? (if so...) I don't think so. But if the BSD can run linux

Re: [PHP-DB] Re: What software do I need in order to access Oracledatabase on an NT server from my unix machine?

2001-11-27 Thread B. PERRINE
le mar 27-11-2001 à 17:19, Philippe Saladin a écrit : AFAIK, you need to install the oracle 8 client for linux onto your machine. Unfortunately, it can't be downloaded alone. you need the entire Oracle 8 database release for Linux, available at www.oracle.com Hope I'm not wrong. Please

Re: [PHP-DB] Problem with Oracle connection

2001-11-27 Thread B. PERRINE
le ven 23-11-2001 à 02:18, Jonathan B. Bayer a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello php-db, We have a RedHat 7.1 server with a stock install. I recompiled PHP from the source RPM in order to add oracle support. It mostly works, but we are having a problem where

Re: [PHP-DB] executing system commands

2001-10-30 Thread B. PERRINE
Get a look at the PHP manual on www.php.net or mirror, annoted version, command : system, there is a good example. regards B. le jeu 25-10-2001 à 12:46, Ric Manalac a écrit : hi, i'm a newbiew php developer. i'm trying to execute a system command in one of my php scripts. what i would

Re: [PHP-DB] Difference between OCI* functions and ORA_* functions

2001-10-04 Thread B. PERRINE
ORA are for Oracle7 OCI8 for Oracle8 Read the manual on www.php.net B. le jeu 04-10-2001 at 17:02 Sridhar Moparthy a écrit : Hi All, Does any one know the difference between OCI* functions from PHP_OCI8.DLL and ORA_* functions from PHP_ORACLE.DLL? Which one is better in terms of speed