Hi Akileish,
If you replicate from Oracle to Oracle ,as example, and enable
DDL replication, it will create the same logical structure on the
target . Essentially the GoldenGate will replay the command to
create the index applying the mapping. Of course the internal
index structure like number of levels and leaf blocks may be
different. Speaking about other database engines it will depend
from supported operations for the replication. As example if you
replicate from Oracle to MySQL all DDL it is not going to work
since DDL replication is not supported for that configuration.
—
Gleb