Ankit Srivastava
Ankit Srivastava

Reputation: 65

Creating a Azure Oracle Database and Import Database dump file placed in BLOB storage into Oracle Instance in Azure

I want to resolve below problems:

For creating database dump, i am trying to use SQL Developer Database Export utility. But struggling with the output format.

For Azure Oracle DB, i have deployed Oracle Standard 12.2 from MarketPlace, but don't know how to create a DB and import DB using BLOB storage DUMP file

Upvotes: 0

Views: 1125

Answers (1)

Jay Gong
Jay Gong

Reputation: 23792

You could use Copy Activity in Azure Data Factory.

It supports Oracle Database connector and Azure Blob Storage connector.

Here is an official detailed guide about transferring data from or to Oracle DB on-prem.

Upvotes: 1

Related Questions