A table fails to activate in Vertical Partitioning environment with error “Skipping duplicate entry for <owner.table_name>” as shown below:
oconf 2014-02-11 23:35:35.072001 21528 1 Processing the configuration entries
oconf 2014-02-11 23:35:35.315959 21528 1 Skipping duplicate entry for "OWNER"."TABLE_NAME" in line nnn - Source is defined in line nnn1 to same target
The following are the config file entries for the problem table (which is being routed to two targets in Vertical Partitioned manner:
OWNER.TABLE_NAME (c1,c2) OWNER.TABLE_NAME (c1,c2) targsysB@o.targSID
OWNER.TABLE_NAME (c1,c2) OWNER.TABLE_NAME (c1,c2) targsysC@o.targSID
Use compound routing map for the table so that only one entry is used in the config file for both targets. To accomplish this:
OWNER.TABLE_NAME (c1,c2) OWNER.TABLE_NAME (c1,c2) targsysB@o.targSID + targsysC@o.targSID
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center