I get following message, when reading nclob-data from an oracle 9.i-database with php:
Warning: OCILobRead: ORA-24806: LOB form mismatch in ..........
this message means:
"When reading from or writing into LOBs, the character set form of the user buffer should be same as that of the LOB."
I read, that there was a bug in oracle in version 8.x, which causes this message, but it should be fixed.
I tried to convert the character encoding with mbstring-module, but it didn't work.
has anyone got experience with nclob-data and php????
lg
torres