| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Administering: Archiving and Purging by Application Name |
|
Administering the Sun Business Process Manager Database
Creating the Monitoring and Recovery Database
Creating the Database Instance
Running the Scripts in Enterprise Designer
Running the Database Scripts from a Local Directory
Running Database Scripts Automatically
To run the scripts automatically
Purging and Archiving Sun BPM Data
Installing the Purge and Archive Database Components
Archiving and Purging by Retention Days
Archiving and Purging by Business Process Name
Using the Sun Business Process Manager Worklist Manager for User Activities
Maintaining Sun Master Indexes (Repository)
Working With the EDM for Sun Master Patient Index
Working With the EDM for Sun Master Index
Working With the Master Index Data Manager
Maintaining Sun Master Indexes
The following scripts are provided to archive and purge records based on the specified application. The UNIX versions of these scripts have a .sh extension.
purge_by_appname.cmd - Purges the history data by the specified application name.
arch_by_appname.cmd - Archives the history data by the specified application name.
For Oracle and DB2 databases, enter the following command:
purge_by_appname user password database name
For Sybase and SQL Server databases, enter the following command:
purge_by_appname user password server database name
Where name is the application name to purge. For example, if you specify Application1, then all instances of Application1 data are purged.
For Oracle and DB2 databases, enter the following command:
arch_by_appname user password database name
For Sybase and SQL Server databases, enter the following command:
arch_by_appname user password server database name
Where days is the application name to archive. For example, if you specify Application1, then all instances of Application1 data are archived.