rs_profdetail

Records details associated with a Replication Server profile.

Column

Datatype

Description

profid

rs_id

Profile ID, a foreign key to the rs_profile table

name

varchar(255)

Profile name. Can be an empty string

pdetailtype

int

Specifies the action that must be taken for the profile:
  • 1 – Appends the connection configuration to the create connection command

  • 2 – Executes class-level translation definition in the RSSD.

  • 3 – Executes the replicate database object definition in the replicate database.

pdetailid

rs_id

Profile detail ID, a foreign key to the rs_systext table

sequence

int

Indicates the profile detail sequence within a profile. Replication Server uses sequence to determine the order in which profile detail actions will be executed.

Note: The create connection options for Replication Server are always executed first regardless of how they are identified by sequence in the profile detail.

Indexes

  • Unique index on (profid, sequence)

  • Unique index on (id)

  • Non-unique index on (profid)