Copy on prem oracle database data to azure sql database using azure datafactory

04032588 60 Reputation points
2023-08-03T12:15:12.48+00:00

Can we copy data from on prem oracle database to existing azure sql database using azure data factory? Are there any examples available for this activity on github or on microsoft documentation?

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

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2023-08-03T12:40:39.12+00:00

    Please follow this step-by-step tutorial you can fin on Microsoft documentation.

    Basically the tutorial will guide you to use a Copy Activity on Azure Data Factory (ADF) to read data from the Oracle database using an Oracle connector.

    The tutorial will also guide you to create a linked service that specifies the connection information and credentials for your Oracle database.

    Since your Oracle database is located inside an on-premises network, you also need to configure a self-hosted integration runtime that can access your Oracle database and transfer data to Azure SQL Database. You can install the self-hosted integration runtime on a Windows machine that has network connectivity to your Oracle database.

    Alternatively, this GitHub article guides you on how to use Copy Activity in Azure Data Factory to move data from an on-premises Oracle database.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.