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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -