[PHP-DB] Oracle and PHP

2003-08-22 Thread Roger Spears
Hello, I was wondering if there are any PHP people out there that are really into using Oracle databases? I've always used mysql but now I find myself in a situation that requires the use of an Oracle database. I've printed out the information posted by Thies C. Arntzen titled Making

[PHP-DB] Oracle via PHP on OS X

2002-11-04 Thread James Stepanek
I need to make connections of this sort but cannot find the needed extensions. Could someone point me in the right direction? I'm using 10.1.5. James -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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 =

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

2001-11-14 Thread titanesk
Hello These are pretty basic questions, but I would appreciate help: I need to access Oracle (already running on a separate server) via PHP4/Apache from a windows system. 1) Can this be done? (It will be possible with php scripts but i've oci8 errors) 2) Where do I find instructions? 3) Where

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

2001-11-14 Thread Bruno Gimenes Pereti
: Wednesday, November 14, 2001 6:07 PM Subject: [PHP-DB] Oracle via php under windows 2k Hello These are pretty basic questions, but I would appreciate help: I need to access Oracle (already running on a separate server) via PHP4/Apache from a windows system. 1) Can this be done

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
the installation manual , and if you don't understand what they say, ask a more specific question. I'll be happy to help translate whatever I can. Anthony -Original Message- From: TathitSA [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 1:47 AM To: PHP General; PHP DB Subject: [PHP-DB

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

[PHP-DB] oracle and php

2001-04-05 Thread Novotn Petr
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 Fatal error: Call to unsupported or undefined function ocilogon() in /home/httpd/html/ora.php3 on line 8 here is the part of code

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