Table 5-8 describes new system stored procedures.
System procedure |
Description |
---|---|
rs_dump_stats |
Extracts Replication Server statistics collected in the RSSD by admin stats to a comma-delimited format. |
rs_ticket |
Is executed at the primary database. rs_ticket sends a ticket to the primary Replication Server through rs_marker. If the replicate Replication Server is configured to process rs_ticket, Replication Server calls rs_ticket_report at the replicate database. |
rs_ticket_report |
Processes a ticket sent by the Replication Server. If at the Replication Server dsi_rs_ticket_report is on and a rs_ticket is received from the primary database, the Replication Server executes rs_ticket_report stored procedure at the replicate database. |