From: ChrisH Date: 2006-07-22T03:40:06+09:00 Subject: Re: YAML object to oracle blob bww00amdahl@yahoo.com wrote: > We would like to save a YAML object in an oracle blob and then read it > back . > > HAs anyone doe something similar ? > > > Thanks > Bryan Webb YAML is just text, so should be easy to save as a CLOB. But I haven't done it... Cheers Chris