John Mcleod wrote:
> I've done some research and I know that Oracle's datatype 'Clob' will
> hold the size but only at 4,000 chars. at a time.
> I'm just wondering how to do it?

According to what I can find on Oracle's CLOB data type is that they can 
store up to 4 gigabytes. I would hope that the Ruby Oracle database 
adaptor would take care dealing with the CLOB field. You shouldn't have 
to worry about that yourself.

Have you actually tired to store the 13 K byte string in a CLOB field?
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to