Contents Index REPLICATE_ALL option [replication] REPLICATION_ERROR_PIECE option [replication]

ASA Database Administration Guide
  Database Options
    Alphabetical list of options

REPLICATION_ERROR option [replication]


Function 

For SQL Remote, allows you to specify a stored procedure to be called by the Message Agent when a SQL error occurs.

Allowed values 

Stored procedure name

Default 

No procedure

Description 

For SQL Remote, the REPLICATION_ERROR option allows you to specify a stored procedure to be called by the Message Agent when a SQL error occurs. By default no procedure is called.

The procedure must have a single argument of type CHAR, VARCHAR, or LONG VARCHAR. The procedure is called once with the SQL error message and once with the SQL statement that causes the error.

Although the option allows you to track and monitor SQL errors in replication, you must still design them out of your setup; this option is not intended to resolve such errors.


Contents Index REPLICATE_ALL option [replication] REPLICATION_ERROR_PIECE option [replication]