Purging the inactive bucket for an Oracle database

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.


Terms of use |

Last updated: Thu Apr 27 14:23:48 2006

(c) Copyright IBM Corporation 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)