Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Can't connet to Oracle from PHP (in IIS)

Re: Can't connet to Oracle from PHP (in IIS)

From: Ted Knijff <knijff_at_bigfoot.com>
Date: Wed, 03 Jan 2001 08:50:16 GMT
Message-ID: <3a52e255.753924@news.online.de>

We found the best way to do it on Win2000 / IIS is via ODBC. If you want an example code (Oracle 8.0.5) with Net8, I can send it.

Ted

On Sat, 30 Dec 2000 12:28:30 +0800, "novazl" <novazl_at_263.net> wrote:

>Can't connect to oracle database.
>Error returned from PHP is : ORA_12699.
>
>Code:
>
>putenv("ORACLE_SID=ORCL");
>putevn("ORACLE_HOME=f:\orant");
>
>$handle = ora_logon("scott", "tiger");
>
>
>Evnironment:
>Webserver : IIS on Win2000
>IIS is on the same machine as Oracle8i server.
>Oracle8i is install at f:\orant
>
>
>
>

EMail: knijff_at_bigfoot.com Received on Wed Jan 03 2001 - 02:50:16 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US