Installing the Stored Procedure for DB2
Procedure
-
Copy the stored procedure file to a temporary location on the server, for example:
/home/amx-pm/temp/ec_delete_non_instance_audit_data_db2.sql
-
Open the DB2 Command Window and login with the BPM user credentials
db2 CONNECT TO
database_name USER
user_name USING
password
-
Execute the command
db2 -td/ -f /home/amx-pm/temp/ec_delete_non_instance_audit_data_db2.sql
Copyright © Cloud Software Group, Inc. All rights reserved.