RPS Audited SQL Script Execution

When the JadeDatabaseAdmin class rpsAuditSqlScriptForReplay method is invoked on the primary, it causes a special RPS callback audit record to be written to the current journal.

The callback record includes the contents of the sql parameter of the method.

When an RPS node replays this callback audit record, the contents of the SQL string stored in the record are passed to the DataPump application for execution. If the script was audited within a transaction on the primary, it is executed before that transaction has been replicated to the target relational database.