shell - Export blob data from Oracle -


i have requirement need read customer_file file contains unique customer ids shell script , export corresponding blob data oracle db table of each customer file. exported blob data files again loaded different database.

i have used java read file, connect database , export blob data file.

this solution works fine when number of customer ids 0-100. leads performance issues when have large number of customer ids (say 10000). create 10000 files in server.

is there solution combine blob data files single file , later split , use it.

or other solution?

if you're using java, write each blob/file tar/zip archive, result being 1 tar/zip archive containing blobs. of course, when come extrac, if extracting problem, can restrict extract particular file(s).


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -