I have been reading the GoldenGate 11g R2 installation guide and it states:
Non-supported objects and operations in Oracle DML:
[...] Synonyms [...]
But I see in the next section that DDL operations are supported, so CREATE, ALTER, etc...
So, what is exactly a DML operation against a synonym and how is it not supported?

