/
Remove a Table or Schema from Live Replication
Remove a Table or Schema from Live Replication
Problem Description
This article explains steps for removing the tables/schema from live replication.
Description
You can remove a table or schema from live replication by executing the unprepare
command in the replication console.
Syntax
UNPREPARE SCHEMA <SCHEMA>
UNPREPARE TABLE <SCHEMA.TABLE>
Example
dbvrep> UNPREPARE SCHEMA SCOTT
dbvrep> UNPREPARE TABLE SCOTT.EMP
Note: The above command is used to remove tables or schemas from the replication and declares that this object should no longer be replicated.
Krupesh Desai October 09, 2014 09:52
, multiple selections available,
Related content
Exclude Tables with Setup Wizard or Remove Tables from Replication
Exclude Tables with Setup Wizard or Remove Tables from Replication
More like this
Excluding columns from replication
Excluding columns from replication
More like this
Excluding columns from replication
Excluding columns from replication
More like this
Excluding columns from replication
Excluding columns from replication
More like this
Replicate ver 2.8 enhancement: Make dropped tables stay 'prepared'
Replicate ver 2.8 enhancement: Make dropped tables stay 'prepared'
More like this
How to view Tables that are Excluded/Included if DDL Replication Is Enabled?
How to view Tables that are Excluded/Included if DDL Replication Is Enabled?
More like this