Ask Your Question
2

How can Oracle Tables in bulk be transferred to Azure Storage using Azure Data Factory?

asked 2021-07-02 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-03-22 14:00:00 +0000

qstack gravatar image

To transfer Oracle tables in bulk to Azure Storage using Azure Data Factory, follow these steps:

  1. Create an Azure Data Factory pipeline: This pipeline will be responsible for executing the data transfer from Oracle to Azure Storage.

  2. Configure the Source Dataset: In the Source Dataset, you will need to provide the connection details for your Oracle instance. This includes the Oracle server name, user name, password, and the name of the table(s) that you want to transfer.

  3. Configure the Sink Dataset: In the Sink Dataset, you will need to provide the connection details for your Azure Storage account. This includes the account name, access key, and the container name in which you want to store the data.

  4. Transform the Data: In some cases, you may want to transform the data before transferring it to Azure Storage. For example, you might want to perform some data aggregation, filtering, or join operations. You can use Transform Data activities to achieve this.

  5. Execute the Pipeline: Once you have configured the pipeline, you can execute it to start the data transfer process. During the execution, data will be transferred from Oracle to Azure Storage according to the configured settings.

  6. Monitor the Pipeline: After the data transfer process is completed, you can monitor the pipeline to ensure that everything went smoothly. You can also check the contents of your Azure Storage container to verify that the data has been transferred successfully.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-02 11:00:00 +0000

Seen: 14 times

Last updated: Mar 22 '22