Built-in DB2 z/OS driver support plugin
For instructions on how to enable/disable Drop Constraints and Drop Triggers on DB2 z/OS jobs, see API Calls for Managing Masking Job Driver Support Tasks.
Tasks
For in-place jobs:
-
Drop Constraints drops and re-creates constraints on masked columns only.
-
Drop Triggers drops and re-creates triggers on tables with masked columns only.
For on-the-fly jobs, the tasks will execute on all columns and tables in the ruleset.
Task execution order
The order of task execution for built-in driver support plugins is fixed/unmodifiable.
The order of the tasks is as follows:
Pre-job:
-
Drop Constraints
-
Drop Triggers
Post-job (mirrored order):
-
Create Triggers
-
Create Constraints
Important considerations
-
There is no Drop Indexes task available.
-
If masking primary key fields, use the same deterministic algorithms on primary key fields that reference each other so that referential integrity is maintained when the masking transformation completes and all constraints are re-created.
Known limitations
-
Drop Constraints is unable to detect or drop foreign key constraints with
PERIOD BUSINESS_TIME
in their keys. -
Foreign key constraints dropped and recreated by Drop Constraints will not have the
ENABLE QUERY OPTIMIZATION
clause if originally specified. -
If both a foreign key column and the primary key or unique column it references are not masked with the same deterministic algorithm (guaranteeing referential integrity), the job will fail due to an integrity constraint violation.