I am trying to use GoldenGate to connect a read-only MSSQL-DB to an Oracle-DB.
In ggsci when I try the command for the MSSQL source DB: ADD TRANDATA MySchema.TableName
I get lots of errors because the db is read-only and it looks like the command is trying to add a gg table OracleGGCreateNextBatch to my source schema.
Is there a way to put this table in another schema that is not read-only??