These customizable procedures are invoked when executing SQL statements during a purge operation. You can use them, for example, to provide additional auditing capabilities to your partitioning and purging scheme. You customize these procedures in the package body of wgn_partition_cust. The prototypes are listed below.
PROCEDURE wgn_on_stmt_start (stmt IN VARCHAR2);
PROCEDURE wgn_on_stmt_end (stmt IN VARCHAR2);
PROCEDURE wgn_on_stmt_fail (stmt IN VARCHAR2, sql_error IN VARCHAR2);
Copyright © 2014 CA.
All rights reserved.
|
|