RepCaptureRulesV - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

Category: Security

Database: DBC

View Column Data Type Format Description
RuleSetName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) The mixed-case user-defined rule set name.
GroupName VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL X(128) The name of a replication group.
ObjectKind CHAR(1) LATIN UPPERCASE NOT NULL X(1) Type of dictionary object to which this rule is matched.
Object kinds are encoded as TableKind in the DBC.TVM table, as follows:
  • T = Table
  • V = View
  • M = Macro
  • G = Trigger
  • I = Join index
  • C = Temporary table
DefaultOpt CHAR(1) LATIN UPPERCASE NOT NULL X(1) Indicates whether this is a default rule.
LikePattern VARCHAR(300) UNICODE NOT CASESPECIFIC NOT NULL X(300) A pattern string that is matched using the LIKE operator to the names of objects of the specified kind.
LikeEscape CHAR(1) UNICODE NOT CASESPECIFIC X(1) An optional escape character to be used with LikePattern.
NotLikePattern VARCHAR(300) UNICODE NOT CASESPECIFIC X(300) An optional pattern string. If not null, used to exclude objects that otherwise match this rule.
NotLikeEscape CHAR(1) UNICODE NOT CASESPECIFIC X(1) An optional escape character to be used with NotLikePattern.