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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -