Skip to content

Commit

Permalink
Oracle GoldenGate on Docker (oracle#1699)
Browse files Browse the repository at this point in the history
- Explicitly set value for TNS_ADMIN

Signed-off-by: Stephen Balousek <[email protected]>
  • Loading branch information
sbalousek authored Aug 31, 2020
1 parent 047bf79 commit 9bc11f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OracleGoldenGate/runOracleGoldenGate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ function createDeployment {
--portPmSrvr=${Port_MetricsServer} --enablePmSrvr=Yes \
--portPmSrvrUdp=${Port_MetricsServerUDP} \
--ggSchema=${OGG_SCHEMA} \
--envTnsAdmin=${TNS_ADMIN:=${OGG_DEPLOY_BASE}/${OGG_DEPLOYMENT}/etc} \
${secureOption}
else
return 0
Expand Down

0 comments on commit 9bc11f4

Please sign in to comment.