Versions Compared

Key

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

...

  1. Enter the test data environment details.

...

2. Click Next. 3. Enter the Source DB Parameters.The application runs an automatic discovery of all running Oracle databases and presents them in a list. More details on how discovery works

...

3. You may choose from the list or enter the details manually:

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#EAE6FF

It is recommended to select the Refresh Immediately checkbox to make a full copy of the Golden Image after the test data environment is automatically created.

...

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.

...

  1. Click Add DB Home.

...

2. Select a DB type.

...

  1. The application runs an automatic discovery of all installed Oracle database software and presents them in a list. More details on how discovery works . Pay attention: the discovery is based on running Oracle databases.

...

4. You may choose from the list or enter the details manually:

...

4. Click Add.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#EAE6FF

After the DB Home is added, the following message appears: DB Home has been added.

...