Re: [PHP] PHP and Oracle RAC

2004-04-14 Thread William Lovaton
Hi Kevin, Well, I use Oracle 8.1.7 in the DB server (not a RAC) and Oracle 9.2.0 in the web server (Linux). It works fine. AFAICT, there is no need to do something else in order to be able to connect to a RAC. You just have to (optionally) define a load balancing option in the tnsnames.ora in t

[PHP] PHP and Oracle RAC

2004-04-14 Thread Kevin O'Brien
Has anyone succesfully got PHP and Oracle Real Application Cluster (RAC) working together? -=Kevin=- - Do you Yahoo!? Yahoo! Tax Center - File online by April 15th

Re: [PHP] PHP and Oracle

2003-01-23 Thread Larry E. Ullman
Does someone had a speed trouble when using PHP and Oracle with OCI ?? The trouble i have is that the php pages are slower and slower during the day. It looks that if I make an apache restart things restart in a good way. I don't understand where the trouble come from. I've seen this once before

[PHP] PHP and Oracle

2003-01-23 Thread Christophe Valentin
Hello, Does someone had a speed trouble when using PHP and Oracle with OCI ?? The trouble i have is that the php pages are slower and slower during the day. It looks that if I make an apache restart things restart in a good way. I don't understand where the trouble come from. Help ! Christophe

[PHP] PHP and Oracle

2003-01-14 Thread Jadiel Flores
Hi, I'm having a big problem with php4 and Oracle 8.1.6 and I'd like to know if anybody knows how to handle CLOB fields using oracle's functions. Thanks. Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List (http://w

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Anas Mughal
I don't think you would find any book covering PHP and Oracle. They technologies usually don't mix. Oracle is very enterprise oriented; whereas, PHP is open source community favorite. Oracle is a beast by its nature. So, you would need a few good books on Oracle. I would suggest following pro

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Chris Hewitt
Ricardo Fitzgerald wrote: >Hi, > >I started with PHP and MYSQL a while ago and now I've been involved in >a huge database project with ORACLE. > ---snip--- >And i don't have any kind of experience with Oracle, so I would >appreciate any recommendations from experienced devel

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Miguel Cruz
On Fri, 12 Jul 2002, Alberto Serra wrote: > Ricardo Fitzgerald wrote: >> I started with PHP and MYSQL a while ago and now I've been involved in >> a huge database project with ORACLE. > > Have the Oracle box do most of it. Make sure that: > 1) there is a well defined API for external applicatio

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! I hope you are not really living in the early 70's, are you? Ricardo Fitzgerald wrote: > Hi, > > I started with PHP and MYSQL a while ago and now I've been involved in > a huge database project with ORACLE. Have the Oracle box do most of it. Make sure that: 1) there is a well defined

[PHP] PHP and ORACLE

2002-07-12 Thread Ricardo Fitzgerald
Hi, I started with PHP and MYSQL a while ago and now I've been involved in a huge database project with ORACLE. My point is I never used it nor develop with ORACLE, so I want to know where and what kind of information I need to port my web application developed with php and mysql to port it to O

Re: [PHP] PHP and Oracle

2002-03-26 Thread Thies C. Arntzen
On Mon, Mar 25, 2002 at 02:49:07PM -0500, Scarbrough, Jeb (ISS Atlanta) wrote: > Is it possible to create a transaction the involves multiple pages using PHP > and oracle. For example, can I log onto oracle using OCIPLogon on one page > named master, insert information, go to the next page named

[PHP] PHP and Oracle

2002-03-25 Thread Scarbrough, Jeb (ISS Atlanta)
Is it possible to create a transaction the involves multiple pages using PHP and oracle. For example, can I log onto oracle using OCIPLogon on one page named master, insert information, go to the next page named detail, insert information and commit both transactions at the same time? -- PHP Ge

Re: [PHP] PHP and Oracle Zombie processes

2001-03-14 Thread Rouvas Stathis
If you don't see --enable-sigchild in phpinfo() then : (a) you are not running the version you compiled (b) your config script had something wrong. Baseline: if you don't see it, it's not there. You have to recompile. -Stathis. Bob Kakalec wrote: > > When I execute an sql statement against my O

[PHP] PHP and Oracle Zombie processes

2001-03-13 Thread Bob Kakalec
When I execute an sql statement against my Oracle database from PHP, I create an oracle process. This eventually hits a "number of zombie process" limit and prevents my page from executing. The queries work properly (except for the zombie problem). Here is a sample that creates the zombie pro

Re: [PHP] PHP and Oracle resources

2001-02-04 Thread Jon Jacob
Kristofer Widholm wrote: > > Well, I've been given the joyous task of implementing the DaveTV > project at CBS via PHP, using Oracle as a database. > > I've never used Oracle before. > > Looking at the PHP functions for Oracle, and having heard about it in > the past, it seems like quite a diff

Re: [PHP] PHP and Oracle resources

2001-01-29 Thread Markus Fischer
On Sun, Jan 28, 2001 at 12:46:37AM -0500, Kristofer Widholm wrote : > Well, I've been given the joyous task of implementing the DaveTV > project at CBS via PHP, using Oracle as a database. > > I've never used Oracle before. > > Looking at the PHP functions for Oracle, and having heard about it

[PHP] PHP and Oracle resources

2001-01-27 Thread Kristofer Widholm
Well, I've been given the joyous task of implementing the DaveTV project at CBS via PHP, using Oracle as a database. I've never used Oracle before. Looking at the PHP functions for Oracle, and having heard about it in the past, it seems like quite a different approach than any SQL database I'