Not sure if this is the right area to post this question but here goes. I have created a script to export images from an attachment table in Oracle to a local file share. I then have date stamped those images. I'm wondering if its possible to re-import those images back into the Oracle table. When the images are first exported they are named like this
"00013EB_JPG_OID{BA212223-344F-4BE8-BA6F-0DA12BF8F1CE}.JPG"
So the file is named with the REL_GLOBALID.
Just curious if anyone has done anything like this?
Thanks for your time.