Oracle Blob Migration to Azure Sql Database
Hi All,
I have migrated the blob column type from Oracle to Azure sql database.
- Question-1 -Does ADF perfectly migrate the blob data type from oracle to azure, keeping in view oracle blob are stored in the LOB segment.
- Question-2 Space related details need clarification.
Oracle-Table GROUP_MO-Column-PSTREAM-Blob datatype.
No of Rows-312796
SUM(DATALENGTH(PSTREAM))-36.8 GB
LOB SEGMENT-588 GB
Properties
SEGMENT CREATED-YES
RETENTION TYPE-YES
RETENTION-900
CHUNK-8192
LOGGING-YES
This column is used by the application for last 5 years.
Azure Sql Database
No of Rows-312796
SUM(DATALENGTH(PSTREAM))-36.8 GB
Question-2 Since the lob segment is 588 GB and sum (datalenght)-36.8 GB.
The extra space in oracle-588 GB-36.8 GB = 555.12 would have been acquire due to DML,Retention,Logging,Undo,Redo operations , please confirm?
In azure sql database only 36.8 GB data needs to be migrated as done by the Azure data factory tool.
Do I need to migrate any other data separately for this column-PSTREAM ?