Re: [PHP-DB] Oracle via php under windows 2k

2001-11-15 Thread titanesk
ok, that was already done, ive an Oracle server with database on a computer and on another i ve apache + php +oci8 and the oracle client installed, what to do now for this work ? Philippe Saladin [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] If you were using it in linux

Re: [PHP-DB] Oracle via php under windows 2k

2001-11-15 Thread Philippe Saladin
See http://www.thickbook.com/extra/php_oracle.phtml for a simple tutorial. Note that in my case, I've trouble using OCILogon with its third argument, for example '@mydb'. I have to use the complete syntax you found in the oracle file tnsnames.ora, something like mydb.world = (DESCRIPTION =

Re: [PHP-DB] Oracle via php under windows 2k

2001-11-14 Thread Bruno Gimenes Pereti
I don't use oracle with my windows php but in my extensions directory there is a php_oci8.dll. Do you have it? did you uncomment the line in your php.ini? If you installed your php from the installer, probably you don't have this file. download the zipped file from www.php.net and extract the

Re: [PHP-DB] Oracle via php under windows 2k

2001-11-14 Thread Philippe Saladin
If you were using it in linux you would need at last the oracle client installed locally, I don't know in windows. Yes, the oracle 8 client has to be installed onto the server : it's the middleware between Oracle and the client. See your oracle dba. Regards, Philippe -- PHP Database

RE: [PHP-DB] Oracle and PHP

2001-06-26 Thread Anthony Carlos
TathitSA, You'll need to have the Oracle networking software (Net8) installed on your Web server. Then, compile PHP with the Oracle directive turned on. These are just general concepts, but if this is incomprehensible, then please ask more questions before proceeding. For more details, see the

RE: [PHP-DB] oracle and php

2001-04-06 Thread Brian S. Dunworth
At 09:05 AM 4/6/01 -0500, Brian.J.Mauter wrote: If you're using Linux or Unix, then you're going to have to compile Oracle into PHP. right... This is quite troublesome. not really. For this to work, you first must install Oracle8i (maybe just the client will work?). Yes, you may

Re: [PHP-DB] oracle and php

2001-04-05 Thread Vlad
It seems that you must include support of oracle functions (special module) in your configuration file. In windows it is php.ini file. Hi all, I am begginer in using ORACLE 8i DB with PHP, so please, could anybody help me ? When I try to connect or use any OCI or ORA function, it only say me