solidDB Help : solidDB reference : SQL: Statements : DROP REPLICATION PARTITION
  
DROP REPLICATION PARTITION
DROP REPLICATION PARTITION partition‑name
Note This statement replaces the previous DROP LOGREADER PARTITION statement.
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the DROP REPLICATION PARTITION statement to drop a replication partition.
After the operation, all potentially active replication tasks stop.
Return values
 
Error code
Description
13410
Logreader partition not found
13420
Syntax error
Examples
DROP REPLICATION PARTITION part1
Go up to
SQL: Statements