Oracle Blob Migration to Azure Sql Database

Rahul 251 Reputation points
2023-06-20T10:00:39.9933333+00:00

Hi All,

I have migrated the blob column type from Oracle to Azure sql database.

  1. 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.
  2. 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 ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.