oracle - Mass Export of BLOB data to CSV -
i working older oracle database, don't know version of oracle, sorry, , need mass export of 200,000+ files worth of html data stored in blobs. have downloaded , used both toad , sqldeveloper (oracle's own db gui tool) , @ best able extract html single row @ time.
is there way (query, tool, other gui, etc...) can reliably mass export of blob data on table csv format?
thank you.
you can use utl_file built-in package through can write blob data file.
refer here.
Comments
Post a Comment