Help SQL Replication

DROP REGISTRATION command

Use the DROP REGISTRATION command to drop one or more registrations.

Syntax

Read syntax diagramSkip visual syntax diagram
                                              .-,---------------------.      
                                              V                       |      
>>-DROP REGISTRATION--+-----------------+--(----+----------+--objname-+--)-><
                      '-INCLUDE HISTORY-'       '-objowner-'                 

Parameters

objowner.
Specifies the owner of the source object (table, view, or nickname) for which you want to drop the registration.
objname
Specifies the name of the source object (table, view, or nickname) for which you want to drop the registration.
INCLUDE HISTORY
Specify to delete the registration for the history table when the registration for the base temporal table is deleted.

Usage notes

Example 1

To drop the registration for DB2ADMIN.STAFF:
DROP REGISTRATION (DB2ADMIN.STAFF)

Example 2

To drop the registration for DB2ADMIN.STAFF and DB2ADMIN.EMPLOYEE:
DROP REGISTRATION (DB2ADMIN.STAFF, DB2ADMIN.EMPLOYEE)


Send your feedback | Information roadmap | Replication group on My developerWorks

Update icon Last updated: 2011-10-21