|
Answer» The four types of Db2 REGISTRY variables are: - Db2 global-level profile registry: All server-wide environment variable settings reside in this registry. These settings are APPLICABLE to all the instances that pertain to a particular version of DB2.
- Db2 instance-level profile registry: The environment variable settings for a particular instance are stored in this registry. The VALUES defined in this profile registry override any corresponding settings in the global-level profile registry.
- Db2 instance node-level profile registry: The environment variable settings that are specific to a node in a MASSIVELY Parallel Processing (MPP) database environment are stored in this registry. The values defined in this profile registry override any corresponding settings in the global-level and instance-level profile registries.
- DB2 user-level profile registry: The environment variable settings that are specific to each user are stored in this registry, and they TAKE higher precedence over other profile registry settings.
|