Amazon RDS for Oracle 用更新準備ツールのデータベース アカウントの作成

Enforce サーバ ホスト コンピュータでコマンド プロンプトから更新準備ツールを実行できます。
  1. RDS マスタ ユーザとしてログオンします。
    以下の手順では、RDS マスタ ユーザは
    masteruser
    、パスワードは
    password
    を使用します。これらの値に、実装に固有の情報を入力します。
  2. 次のスクリプトを実行します。
    sqlplus
    masteruser
    /
    password
    @endpoint_name.rds.amazonaws.com:1521/
    protect
  3. 以下のスクリプトを実行して、「protect」ユーザに
    DATA_PUMP_DIR
    へのフル アクセス権を付与します。
    SQL> GRANT read,write on DIRECTORY DATA_PUMP_DIR to
    protect
    ;
  4. 以下のスクリプトを実行して、Amazon RDS for Oracle にログオンします。
    sqlplus
    Oracle RDS username
    /
    password
    @endpoint_name.rds.amazonaws.com:1521/
    RDS Servicename
    Oracle RDS username
    password
    、および
    RDS Servicename
    を実装に固有の情報に置き換えます。
  5. 以下のスクリプトを実行し、更新準備ツールのデータベース アカウントを作成します。
    SQL> @oracle_create_user_aws_oracle_rds.sql
  6. プロンプトが表示されるので、以下の情報を入力します。
    • Please enter the database username:
      に「
      protect
    • Please enter the database user password:
      に「
      protect
    • Please enter the database readiness username:
      に「
      protect_urt
    • Please enter the database readiness user password:
      に「
      protect
    • Please enter the database service name:
      に「
      endpoint_name.rds.amazonaws.com:1521/protect