1748058 Members
5697 Online
108758 Solutions
New Discussion юеВ

ORACLE : XML compression

 
Nicolas Dumeige
Esteemed Contributor

ORACLE : XML compression

Hello everyone,

I'm asked to migrate data form a CLOB (XML) into a BLOB (XML compressed).
I've been looking for info for a while...
Do you have any advice on the way to do this ?

Anyone has used the oracle.xml.xmlcomp.XMLCompress ?

With 10G, there is a procedure in DBMS_LOBS to convert CLOB to BLOB but it doesn't do the compression. And it's not available in 9.

Regards

Nicolas
All different, all Unix
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: ORACLE : XML compression

Hi Nicolas,

Not sure this link will be helpful, got from Google,

http://blogs.ittoolbox.com/oracle/guide/archives/006688.asp

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Eric Antunes
Honored Contributor

Re: ORACLE : XML compression

Hi Nicolas,

I think you must use XDK JavaBeans (See metlink Note:208930.1)

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
Nicolas Dumeige
Esteemed Contributor

Re: ORACLE : XML compression

Thanks both for your answers.

Arunvijai the link doesn't seems to work properly.

Eric thanks for usefull metalink note.

Cheers
All different, all Unix