Home |
Previous Page | Next Page Setting Up and Managing Enterprise Replication > Managing Replication Servers and Replicates > Performing Alter Operations on Replicated Tables >
To attach a new fragment, you must first manually place the replicated
table in alter mode using the cdr alter command (described
in Appendix A. Command-Line Utility Reference). Enterprise Replication cannot
automatically set alter mode for this operation due to an SQL restriction
that requires attaching a fragment to be performed in multiple steps.
To attach a new fragment to a replicated table
- Set alter mode on the replicate using the cdr alter command.
- Drop the primary key of the table.
- Attach the new fragment.
- Re-create the primary key.
- Unset alter mode using the cdr alter command.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]