OCIStmtExecute: ORA-03106: fatal two-task communication prot

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Rabi
Forum Newbie
Posts: 8
Joined: Thu Oct 02, 2008 7:16 am

OCIStmtExecute: ORA-03106: fatal two-task communication prot

Post by Rabi »

Hi I am having this strange problem. I am able to connect to oracle database (Oracle 9.0) on on SUN Solaris 10 OS and Apache/1.3.33 (Unix) PHP/4.4.1

AS long as I select numeric values, all is fine but when I select varchar2 fields I get

ociexecute(): OCIStmtExecute: ORA-03106: fatal two-task communication protocol error in .....

I am sure some one before me must have hit this!!

Your help is much appreciated
Post Reply