solidDB Help : solidDB reference : SQL: Statements : SET : SET REPLICATION PARTITION
  
SET REPLICATION PARTITION
SET REPLICATION PARTITION {partition-name | NONE}
Note This statement replaces the previous SET LOGREADER PARTITION statement.
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the SET REPLICATION PARTITION statement to configure the Logreader to read log records for only a specific partition, see CREATE REPLICATION PARTITION.
The setting applies to only the current session and is valid for all reads from the SYS_LOG table that are started after this statement is executed. The partition data is stored in the SYS_FEDT_DB_PARTITION system table, see SYS_FEDT_DB_PARTITION.
Parameters, clauses, keywords, and variables
partition-name: Name of partition for which to read log records.
NONE: (default) All log records are read.
Go up to
SET