Versions Compared

Key

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

...

  • If you provided a value for oracleEphemeralCopyName , then this value will be what you add to your TNS configuration.

Tip

Example: If oracleEphemeralCopyName is bucket_01_eph, then your value will be bucket_01_eph

  • If you didn’t provide a value for oracleEphemeralCopyName, but provided it for oracleEphemeralSourceName - it will be the oracleEphemeralCopyName value + _eph postfix.

Tip

Example: If oracleEphemeralCopyName oracleEphemeralSourceName is bucket_01, then your value will be bucket_01_eph

  • If you didn’t provide any of these values, add _eph postfix to your source PDB name.

  • If your source PDB name is bucket_01, then your value will be bucket_01_eph

...

  • is bucket_01, then your value will be bucket_01_eph

Then you will create the tnsnames.ora file that contains a dev alias for DEV DbDef, dev_eph alias, and admin_sysoper alias for DEV_EPHEMERAL DbDef.

Example tnsnames.ora file:

...