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

Home -> Community -> Usenet -> c.d.o.misc -> ORA-01019 with Oracle 8.0.4 and PHP 3.0.7

ORA-01019 with Oracle 8.0.4 and PHP 3.0.7

From: Sven Ubik CPS275 <ubik_at_dec>
Date: 11 May 1999 11:47:07 +0100
Message-ID: <3737fc9b.0@news.cvut.cz>


I tried to connect to Oracle 8.0.4 database using PHP 3.0.7 Apache module with the following sequence of commands:

$oracle_home="/fs2/app/oracle/product/8.0.4";
$oracle_sid="testoo1";

  putenv("ORACLE_HOME=$oracle_home");
  putenv("ORACLE_SID=$oracle_sid");
$conn=Ora_Logon("username", "password");

but Ora_Logon() failed with this message:

  ORA-01019: unable to allocate memory in the user side

Can anybody give me any advice on where is the problem?

I can logon using sqlplus with the same ORACLE_HOME, ORACLE_SID, username and password.

Sven Ubik E-mail: ubik_at_fsid.cvut.cz Czech Technical University Received on Tue May 11 1999 - 05:47:07 CDT

Original text of this message

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