Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create a test data environment from a AWS RDS Oracle GI:

  1. Enter the test data environment details.

...

  1. Click Next.

  2. Enter the Source DB Parameters.

  3. Enter AWS parameters

...

  1. Click Next.

  2. Provide AWS RDS Oracle connectivity parameters, on that step, you can perform a test connection to the AWS.

...

The oracle user in the RDS Oracle database must have the following permissions:

Code Block
GRANT dba TO acc_rman_user;
GRANT EXECUTE ON RDSADMIN.RDSADMIN_UTIL TO acc_rman_user;
GRANT EXECUTE ON RDSADMIN.RDSADMIN_RMAN_UTIL TO acc_rman_user;
GRANT EXECUTE ON RDSADMIN.RDSADMIN_MASTER_UTIL TO acc_rman_user;
GRANT EXECUTE ON RDSADMIN.RDSADMIN_S3_TASKS TO acc_rman_user;
GRANT EXECUTE ON rdsadmin.rds_file_util TO acc_rman_user;
GRANT READ, WRITE ON DIRECTORY DATA_PUMP_DIR TO acc_rman_user;
  1. Click Next

  2. Enter the Source DB Parameters.

...

Follow the explanations here

To add a target host:

  1. On the navigation bar, click Target.
    The Target Management window appears.

...