php / oracle : zero sized reply error

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
biker007fr
Forum Newbie
Posts: 14
Joined: Thu Jun 09, 2005 7:11 am

php / oracle : zero sized reply error

Post by biker007fr »

Hi everyone!

I get a "zero sized reply" error when I execute an OCI function in PHP (like OCI_Logon()).
What is it? Does it mean that PHP was not well made (although no error was found while compiling)?

Thanks
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

erm, whats an OCI_LOGON?
biker007fr
Forum Newbie
Posts: 14
Joined: Thu Jun 09, 2005 7:11 am

Post by biker007fr »

an oracle php function like ocicommit and so on...
Post Reply