Re: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Miguel Carvalho
> I made a class called OracleCon that is used to connect to an Oracle > server and provide some certain queries to the database > When i create an object of that class and serialize it to add it to a > cookie, if i echo the $object->connection attribute i get a "Resource > id #2" > > When after r

RE: [PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Ford, Mike [LSS]
> -Original Message- > From: Valantis Kamayiannis [mailto:[EMAIL PROTECTED]] > Sent: 24 September 2002 12:37 > > I made a class called OracleCon that is used to connect to an > Oracle server > and provide some certain queries to the database > When i create an object of that class and se

[PHP-DB] Oracle connection problem after call to unserialize()

2002-09-24 Thread Valantis Kamayiannis
I made a class called OracleCon that is used to connect to an Oracle server and provide some certain queries to the database When i create an object of that class and serialize it to add it to a cookie, if i echo the $object->connection attribute i get a "Resource id #2" When after redirection du

[PHP-DB] Oracle connection

2002-02-04 Thread Paulo Cesar
I'm trying to connect to a Oracle database but i'm receiving the following error message in the browser: Fatal error: Call to undefined function: ora_logon() in /home/httpd/html/restrito/testes/teste_bd.php on line 17 I'm starting to learn PHP now, so I don't know what does it means or what I

[PHP-DB] oracle connection drop hangs app

2001-11-27 Thread Christophe VG
Hi, While writing an app that regularly checks an oracle database for new entries I run into problems when the database server suddenly goes offline (the network connection can't be trusted). The call right after such a connection loss just hangs the application. Here is a little example to ill

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Andrew Hill
From: "Andrew Hill" <[EMAIL PROTECTED]> > To: "Joe Brown" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, March 12, 2001 5:32 PM > Subject: Re: [PHP-DB] Oracle connection > > >> Or, you can use ODBC :) >> >> A PHP/ODBC HOWTO

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Doug Schasteen
can odbc be used from php on linux, or is it just a windows thing? - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Joe Brown" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 5:32 PM Subject: Re: [PHP-DB] Orac

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Andrew Hill
Or, you can use ODBC :) A PHP/ODBC HOWTO is available at http://www.iodbc.org and driver are available at www.openlinksw.com Please let me know if you require assistance. Best regards, Andrew --- Andrew Hill - OpenLink Software Director Technology Evangelism

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Joe Brown
You need to acquire the oracle network drivers for linux, from Oracle. I'm only aware of the ones that come with Oracle for linux, though they may have them bundled seperately. Fight your way through the inconcievably difficult installation process. After defining some environment variables (th

[PHP-DB] Oracle connection

2001-03-12 Thread Marco Eyzaguirre
> I got a question: > > How can I access an Oracle database located on an Oracle 8i installed in > Windows NT from PHP installed on a Linux box? > > thanx in advance for you answers > > Greetings > > Marco Eyzaguirre > DB Administrator > Ilender Peru S.A. > www.ilender.com.pe > -- PHP Dat