- Connect to DB2 SQL
- Disconnect from DB2 SQL
- Add User Access to Database
- Delete Row(s) from Table
- Insert Row(s) into Table
- Remove User Access from Database
- Restore Database
- Run Query
- Select Row(s) from Table
NOTE: for the activities, IBM DB2 V10.5 is used.
...
The Remove User Access from Database activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Table Name (text box editor type) (type: string): the database table where the rights will be removed from.
- Username to be Removed (text box editor type) (type: string): the name of the user that will have denied permissions.
...