YAML object to oracle blob

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

[email protected] 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