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

Home -> Community -> Usenet -> c.d.o.server -> Re: PHP-IIS-ORACLE

Re: PHP-IIS-ORACLE

From: Ted Knijff <knijff_at_bigfoot.com>
Date: Sat, 09 Jun 2001 18:22:08 GMT
Message-ID: <3b2266fa.41387391@news.online.de>

PHP4 has a problem with ODBC / ADO and you will need to search the archives to find a solution. I have forgotten what it is.

PHP3 works fine with ODBC, but since you are located in Germany, as I am, you will have to be carefull to use the correct ODBC driver, either Oracle pre 8.0.5.1 or post 8.1.6.3 Client or the MS-ODBC driver for Oracle (MS-DAC 2.x), and make sure the NLS_NUMERIC_CHARACTERS for the session (or in the DB) are set to '.,', otherwise numbers of type FLOAT must be included in '' like '99,99'.

But without a working knowledge of NET8 and setting up ODBC and even connecting to the DB to set up a schema, you are lost anyway. Get those to work first.

Hth.

Ted
www.aisys-ag.de
On Sat, 09 Jun 2001 12:44:45 +0200, "T.Ruschival" <t.ruschival_at_vivid-md.de> wrote:

>Howdy Ho!
>
>Well I´m desperately trying to connect to my Oracle Database by PHP via
>MS-InternetInformationServer. Yesterday it corractly resolved the TNS-name
>but all I got back was an ORA-12640 Error which is very poorly documented.
>They only say I should enable logging.
>First, how do I enable logging? Or much better does anyone know how to
>configure the Listener to accept PHP connections?
>By the way, perhaps this could be the origin of my Problem: I´m not able to
>create a new Oracle Scheme in my Active Directory. But this shouldn´t bother
>Oracle in any way, ´cause I tried to connect with the Superuser account
>"Internal/oracle".
>
>Help appreciated, or hints to any news coping this Problem
>
>Thanks
>Thomas
>

EMail: knijff_at_bigfoot.com Received on Sat Jun 09 2001 - 13:22:08 CDT

Original text of this message

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