The rapid purge utility for an Oracle event database is implemented
as a stored procedure.
Before you begin
To use the utility for an Oracle database, you must have SQL*Plus
installed on the Oracle client, and the client must be configured to communicate
with the Oracle database (the tnsnames.ora file must be configured properly).
Refer to the Oracle documentation for more information.
Steps for this task
To purge the inactive bucket, run the stored procedure using SQL*Plus: sqlplus connect_string @fastpurge.sql
The connect_string parameter
is the Oracle connection string. Use the same database user ID used to create
the event database.