...
If you provided a value for
oracleEphemeralCopyName
, then this value will be what you add to your TNS configuration.
Tip |
---|
Example: If |
If you didn’t provide a value for
oracleEphemeralCopyName
, but provided it fororacleEphemeralSourceName
- it will be theoracleEphemeralCopyName
value +_eph
postfix.
Tip |
---|
Example: If |
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 bebucket_01_eph
...
is
bucket_01
, then your value will bebucket_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:
...