Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

display php page ok vs ko because of oracle client or cache or buffer size?

544683Oct 24 2008 — edited Oct 24 2008
Hello everybody,
Excuse me for my english,

I searched every where but ...

linux ubuntu
php 4.4.6
apache 2.2.4
oracle client XE
VS
win xp
php 4.4.6
apache 2.2.4
oracle client 9i

same database 9i

a sql query :
- select statement cost 25
- execution time : 0,2 sec
- rows number : 4238

My problem : When I want display in an array all the résults in a web page with php, I always manage to display my page via win box
BUT on linux box the display depends :
1 - firsts times : on IE (impossible d'afficher la page) on ff (white page)
I tried to change my directive in php.ini and httpd.conf and try to display this page nothing better
2 - the more I tried to display the page, the more the query is execute (I log my php code, and it executs until the last line). After several tried, I manage to display my page. But if I execute other queries and come back to my page -> etape 1.

in my php code, I use successively :
OCIPLogon,OCIParse,ocisetprefetch(5000),OCIExecute
Is someone had the same problem?

Edited by: crazykangourou on Oct 24, 2008 1:08 AM : Indications on php code
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2008
Added on Oct 24 2008
5 comments
2,269 views