Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the OCI tutorilas:3cf8ab597f887f324c519c8b13f7b31606ec2cc8 #495

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions tutorials/_adb/adb304-database-migration-prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ DMSを使用してBaseDBで作成したソース・データベースからADB
+ [2-1. CDBとPDBの接続情報の確認](#anchor6)
+ [2-2. データ・ポンプ・エクスポートで使用されるディレクトリの作成](#anchor7)
+ [2-3. 初期化パラメータSTREAMS_POOL_SIZEの設定](#anchor8)
+ [3. データベースの登録](#anchor9)
+ [3-1. ソースCDBの登録](#anchor10)
+ [3-2. ソースPDBの登録](#anchor11)
+ [3-3. ターゲットADBの登録](#anchor12)
+ [3. データベース接続の作成](#anchor9)
+ [3-1. ソースCDBの接続の作成](#anchor10)
+ [3-2. ソースPDBの接続の作成](#anchor11)
+ [3-3. ターゲットADBの接続の作成](#anchor12)


**前提条件 :**
Expand Down Expand Up @@ -258,11 +258,11 @@ exit;

<a id="anchor9"></a>

# 3. データベースの登録
# 3. データベース接続の作成

<a id="anchor10"></a>

## 3-1. ソースCDBの登録
## 3-1. ソースCDBの接続の作成

1. OCIコンソール・メニューから **移行とディザスタ・リカバリ** → **データベース接続** を選択します。

Expand Down Expand Up @@ -296,7 +296,7 @@ exit;

<a id="anchor11"></a>

## 3-2. ソースPDBの登録
## 3-2. ソースPDBの接続の作成

1. OCIコンソール・メニューから **移行とディザスタ・リカバリ** → **データベース接続** を選択します。

Expand Down Expand Up @@ -328,7 +328,7 @@ exit;

<a id="anchor12"></a>

## 3-3. ターゲットADBの登録
## 3-3. ターゲットADBの接続の作成

1. OCIコンソール・メニューから **移行とディザスタ・リカバリ** → **データベース接続** を選択します。

Expand Down
Loading