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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -