1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Autonomous DBからOCIオブジェクト・ストレージへデータ・ポンプをエクスポートする手順

1
Last updated at Posted at 2023-07-13

Autonomous Database (ADB) からOCI Object Storageへデータをエクスポートすることは、バックアップやデータ移行において非常に一般的な要件です。本記事では、Oracle Data Pump (expdp) を使用して、ADBからObject Storageへ効率的にエクスポートする手順を詳しく解説します。

また、本構成では「Computeインスタンス(クライアント)→ Autonomous DB → サービス・ゲートウェイ → Object Storage」というOCI内部通信のみで完結するため、セキュアかつ高速なデータ転送が可能です。

さらに、エクスポート実行に必要な事前準備として、以下の手順もあわせて紹介します:

  • Oracle Linuxに、Oracle Instant Client (21c)をインストールする方法 (STEP 1-5)。
  • Oracle Linuxから、SQL*Plusを使用してAutonomous DBに接続する方法 (STEP 1-6)。

ADB環境でのData Pumpエクスポートをこれから実装したい方や、OCI上で安全にデータ連携を行いたい方に最適なガイドです。

【お知らせ】
この記事の詳細は、個人ブログ「OCI Tech Journal」で公開しています。ぜひご覧ください。👉 https://oci-tech.jp/export-adb-to-oci-object-storage/

検証環境
ADB ワークロード・タイプ: Autonomous Data Warehouse (Serverless)
アクセス・タイプ: プライベート・エンドポイント
Computeインスタンス:Oracle Linux 8 (VM)

ステップ

リンクから、詳細をご確認いただけます。


関連記事
クラウド技術ブログ一覧
Autonomous AI Database で Data Pump をエクスポート・インポートする方法まとめ
Oracle DBのデータをOCI Object Storageへ直接エクスポートする方法
DBMS_CLOUDでオブジェクト・ストレージからOracle DBにデータを導入する方法 (CSV/Data Pump対応)


ドキュメント (英語)
Oracle Instant Client Downloads
Installing Oracle Instant Client Using RPMs
Connect SQL*Plus with a Wallet (mTLS)

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?