Clob fields in oracle databases

Hi,

Somebody here could used sucessfully CLOB oracle fields?

I’m having problems in use it, one possible solution it to bypass the framework and call directly the OCI api, other is change the field type and the table structure to create many rows as needed, and only use varchar fields.

Any sugestions ?

Hello Daniela,

Using Yii + Oracle + CLOB is reaaally problematic!

I’ve been developing a way to work with BLOBs and CLOBs on Yii, with success. I hope to publish it as soon as possible! (It’s been a very hard task :D)

You managed to publish their actions successfully CLOB + ORACLE?