Help!! I'm attempting to copy a BLOB from one database to another located on a seperate machine. I can insert an empty_blob() into the remote database but can not find any method of getting the actual BLOB there. If I attempt to DBMS_LOB.WRITE the record inserted with the empty_blob(), I receive an ORA-22992 error (cannot use LOB locators selected from remote tables) or ORA-22990: LOB locators cannot span transactions.
Does anyone have a method or code snippet of how to accomplish this? I dread having to write a file and do a read of the file from the remote database. KLUDGY!!
Any assistance is greatly appreciated.
Does anyone have a method or code snippet of how to accomplish this? I dread having to write a file and do a read of the file from the remote database. KLUDGY!!
Any assistance is greatly appreciated.