[Oracle] reading clobs

wxdqz

New Member
I\'ve made a php website which communicates with an Oracle database. The websites reads and writes in Clob fields. On my server with php4.0.4pl1 and oracle client 8.0.4 everything goes well.
But when I try to run the website on my new server (same php version, but version 8.0.6 of oracle client) I\'m not able to read clob fields. But I am able to write in them. The oracle database where I connect to is the same as before.

I think the version of oracle client creates the problem. But I don\'t have a clue how to solve this problem.
 
Top