Is paralle replicat supported for SQLServer in Azure ?
Hi,
I am not able to set up parallel replicat with Oracle GoldenGate Version 19.1.0.0.211019 OGGCORE_19.1.0.0.0OGGBP_PLATFORMS_210922.0756
when running against a SQLServer in Azure :
Database Version:
Microsoft SQL Server - Azure SQL Database
Version 12.00.2327 (2014)
ODBC Version 03.52
Coordinated replicat works. But with parallel replicat the start of the replicat hangs while trying to create the necessary additional checkpoint tables. To be more precise: The start via ggsci returns without an error, but a ggsci call like
dblogin sourcedb sqlserver useridalias gguser
info rep3, detail
hangs indefinitely. I can see that the replicat process somehow connects to the Azure DB, since it blocks resources there (not sure which, but in this state I cannot refresh the list of tables in SQLDevelopment Studio any more ). The replicat process cannot be stopped via stop <replicat> - a kill is necessary, and then the lock in the database is gone.