Replication support generation error
-----------------------------------
I got an error ORA-23320 "a missing DDL record for a repcat record",
When I try to generate replication support for a trigger through which
inserts and updates "TIMESTAMP"-field of a table. Update conflicts occurs
during replication resolves according to the value of "TIMESTAMP" field.
So generation of replication support for the trigger is mandatory. While
generation of replication support for table type objects is working fine.

I tried the following SQL commands,

1. EXECUTE DBMS_REPCAT.CREATE_MASTER_OBJECT(..)
This command I tried from master defenition site, then the resultant

trigger generated at all master sites.

2. EXECUTE DBMS_REPCAT.GENERATE_REPLICATION_SUPPORT(...)
This one causes the error when the object type is TRIGGER


The action to be taken mentioned with error documentation says to
make repcat views similar or to resolve the inconsistency in the entries
of replication catalog.
I tried the re-execution of catrep.sql from rdbms directory as
I thought the problems might be with the replication packages and
views generated by it. Even then the same error occurs again.

Is there any extra settings to be made for generating support for
trigger type objects in multimaster replication?
I would be so grateful if u could suggest some resolving mechanisms..


Rgds
Binu