Profiles
Profiles define values for the following system parameters:
An administrator can define a profile and assign it to a group of users who share the same settings. For information on Optimizer cost profiles, see SQL Request and Transaction Processing
Advantages of Using Profiles
Administrators can create a profile that contains system parameters and assign the profile to a group of users. To change a parameter, the administrator updates the profile instead of each individual user.
A profile can define password attributes such as the number of:
Administrators can assign the profile to an individual user or to a group of users.
Usage
The following steps describe how to use profiles to manage a common set of parameters for a group of users.
1 Define a user profile.
A CREATE PROFILE statement defines a profile, and lets you set:
2 Assign the profile to users.
Use the CREATE USER or MODIFY USER statement to assign a profile to a user. Profile settings override the values set for the user.
3 If necessary, change any of the system parameters for a profile.
Use the MODIFY PROFILE statement to change a profile.
Related Topics
For information on … |
See … |
the syntax and usage of profiles |
SQL Data Definition Language. |
passwords and security |
Security Administration. |
optimizer cost profiles |
SQL Request and Transaction Processing. |