Installing the Stored Procedure for DB2
Copyright © Cloud Software Group, Inc. All rights reserved.
db2 CONNECT TO database_name USER user_name USING password, where
database_name is the database you wish to connect to (for example: amxbpm),
user_name is the user under which the ActiveMatrix BPM schema is installed (for example: bpmuser),
password is the password for the user.
For example, login using:
db2 CONNECT TO amxbpm USER bpmuser USING mypassword
db2 -td/ -f /home/amx-bpm/temp/ec_delete_audit_stats_data_db2.sql