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
Post a Comment