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