Convert base64 encoded clob into a blob
Im hearing crickets in the xml db forum.. So..
Does anybody have an example of a procedure that converts a base64 encoded clob into a blob on a 9.0.2 database. Preferably exhibiting a clob that is in the megabyte range? I would also prefer a plsql solution using utl_encode.base64_decode? If I have to, I'll break down and use java, but would rather do it with PL/SQL.
Thanks.. I must be the only person on the planet that wants to do this because google is empty..