Show TOC

rs_profileLocate this document in the navigation structure

Stores currently defined Replication Server profiles.

Column

Datatype

Description

name

varchar(255)

Profile name

vers

varchar(255)

Profile version. Can be an empty string

id

rs_id

Profile ID

type

char(1)

Profile type:
  • C – Connection profile

comments

varchar(255)

Profile description and information

Indexes
  • Unique index on (name, vers, type)

  • Non-unique index on (type)