How can we migrate/copy Oracle database hosted in a Linux server to Azure Datalake Storage?

Raj Ravulapalli 0 Reputation points
2023-03-02T22:13:23.07+00:00

We are trying to migrate/copy Oracle database hosted on a Linux server to Azure Datalake Storage using ADF linked service. Please advise if we still need the integration runtime? Is it possible to use just linked service to copy? I am not sure if Linux server is supported for integration runtime. Please advise. Thanks!

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-03-06T09:30:10.5566667+00:00

    Hi Raj Ravulapalli,

    Thank you for posting query in Microsoft Q&A Platform.

    Please note, linked service is only connection information about the storage or server. It's like connection string only. Intergration runtime, is the one which actually does the compute and data movements. So, Integration runtime is mandatory. In fact, while you create linked service you select integration runtime also inside it.

    If your data storage is not on cloud and publicly not accessible, then you need to consider installing integration runtime on the server to establish connection between your storage and ADF.

    Below are few videos, I recommend you watch to get better understanding.

    Linked service in ADF

    Integration runtime in ADF

    Install and configure self-hosted IR in ADF.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


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.