[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 Efficie

RE: [PHP-DB] Oracle and PHP

2001-06-26 Thread Anthony Carlos
ubject: [PHP-DB] Oracle and PHP Hi, I'm a newbie in PHP, what should I do to connect to Oracle Database. Do I have to install a library to do that? Please anyone, help. Thanks, TathitSA -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-DB] oracle and php

2001-04-07 Thread Brian.J.Mauter
>>This also requires a specific version of the Java Runtime Environment >>(available at www.blackdown.com for Linux). > > Could you explain this? I don't recall having to install any specific >Java Runtime Environment on our Linux box... Sure, I was referring to installing the entire Oracle d

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 m

RE: [PHP-DB] oracle and php

2001-04-06 Thread Brian.J.Mauter
If you're having troubles with unrecognized functions concerning Oracle, then you need to include it. As mentioned in the previous posts, you must include something in php.ini if you're using Windows. If you're not, then simply adding something to php.ini won't work. If you're using Linux or Un

RE: [PHP-DB] oracle and php

2001-04-05 Thread David Balatero
that's an invalid statement. -- David Balatero -Original Message- From: Vlad [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 11:11 PM To: Novotný Petr; [EMAIL PROTECTED] Subject: Re: [PHP-DB] oracle and php It seems that you must include support of oracle functions (special m

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

[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: http