Skip to content

Commit 2c0dbc0

Browse files
authored
Make GoldenGate wait for Service Manager to launch
On slower systems, the Service Manager application is not detected correctly. This change makes the OGG initialization logic to wait for Service Manager to launch before updating its configuration. Signed-off-by: Stephen Balousek <stephen.balousek@oracle.com>
1 parent 96e536d commit 2c0dbc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OracleGoldenGate/21c/bin/deployment-init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def establish_service_manager(hasServiceManager):
202202
option('silent') + \
203203
option('nonsecure')
204204
subprocess.call(shell_command, shell=True, env=deployment_env)
205+
wait_for_service(service_ports['ServiceManager'])
205206
terminate_process('ServiceManager')
206207
reset_servicemanager_configuration()
207208

0 commit comments

Comments
 (0)