[PHP] Oracle Connection

2004-10-19 Thread Syed
Hi All, will anybody tell me how to connect oracle database using php script. Thanx Syed

[PHP] Oracle connection release

2002-09-18 Thread Rasmus Sellberg
Does PHP release the Oracle connection if I run PHP from the command line? If not, how can I release the connection if the OCILogoff is empty as stated on the comments of its documentation page? //rasmus Rasmus Sellberg

Re: [PHP] Oracle connection release

2002-09-18 Thread Thies C. Arntzen
On Wed, Sep 18, 2002 at 02:48:13PM +0200, Rasmus Sellberg wrote: Does PHP release the Oracle connection if I run PHP from the command line? yes tc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Oracle Connection

2001-04-15 Thread Andrew Hill
You can use ODBC as well. Compile PHP with iODBC (http://www.iodbc.org) and you can use an ODBC driver instead of the oci - this can bypass the Oracle client install in many cases. Best regards, Andrew Andrew Hill . Director Technology Evangelism

[PHP] Oracle Connection

2001-04-10 Thread Dunaway, Brian
Greetings, I need to access a remote oracle database. What I mean is that the machine that is allowed access to the oracle database is not running php...I have access to the machine with the oracle access from my machine which is running php. Boy that sounds confusing. anyway I am setting my

Re: [PHP] Oracle Connection

2001-04-10 Thread Brian S. Dunworth
At 08:42 AM 4/10/01 -0700, Dunaway, Brian wrote: I need to access a remote oracle database. What I mean is that the machine that is allowed access to the oracle database is not running php...I have access to the machine with the oracle access from my machine which is running php. Boy that