We are writing a new xCP based documentum application. We need to bring some legacy data from oracle database where the Images are stroerd as BLOB.
How can I export these Images from BLOB field in oracle databse to File system OR Documentum.
I did this many years ago (like 10+)… I wrote a VB app to do that. My blobs were single pages tiff’s. I then compiled the single page tiffs into a multi-page tiff, and also multi page PDFs, and scripted an import to Documentum. Really, this is not a Documentum thing as much as it is how to de-blob stuff. When I did this years ago, I recall getting some VB samples out there by searching google. I imagine you could now find many flavors of programs to do the same.. After you get what you want, you then are left how to import the objects. That depends on volume, IMO. I have used 3rd party importers, and written my own java programs, and even used API scripts. Use whatever is best for your situation and budget. -KP