ASA Database Administration Guide
Database Options
Alphabetical list of options
For SQL Remote, allows you to specify a stored procedure to be called by the Message Agent when a SQL error occurs.
Stored procedure name
No procedure
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.