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!

frustrations with oci_fetch_array()

571896Apr 12 2007 — edited Apr 17 2007
i have a big problem; I have developped an application locally on windows xp with oracle xpress edition. it works perfectly and i have finished with development.
Then comes the implementation part;
the application is supposed to run on a linux machine(molina), what I did I just copied the whole application directly and dropped it into html (public/www) directory on linux machine. The application connects well but when it get to the point of using oci_fetch_array() in database connection class, it hangs! it doesnt go further than that while it works well locally. therefore i dont get any data from the database.

Locally (windows xp) i am using:
php5.2.1
oracle xpress Edition
oci8 enabled
oracle_home: instantclient_10_2

on linux machine i am using

php 4.4.6
oci8 enabled
oracle_home: instantclient_10_2
oracle 9i

i would like also to mention that after intsalling php, apache on linux machine

i used the php test script that is available online and it works perfectly.

please help me i cant get it to work for a week now.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2007
Added on Apr 12 2007
2 comments
2,961 views