validate blob data
Here is my situation. We have table with blob data in oracle 11.2 database , which we have copied to a 10.2 database as follows
- export the table from 11.2 database using 10.2 client
- imported the export file into the 10.2 database
The application team says that it seems that the blob data has changed as a result of that operation. Is there a way for me to confirm that the data in the blob column on both sides (10.2 and 11.2 are identical)?
thank you
Gene