These are the "single sign on" user ids for UDBM. Each user can have one id that allows logging in to all of the databases managed by UDBM. This table maps the single sign on user id to the user ids for the various database servers managed by UDBM.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | varchar(250) | not null | Common identity for the UDBM user. This is the "single sign on" user id. Same as the identity username used to log on to the repository. |
| server_id | integer | not null | Id of the database that the server_user and server_password connect to. |
| server_user | varchar(255) | with null | Encrypted user id that is used to log into the specified database server. |
| server_password | varchar(255) | with null | Encrypted password for the database server. |
Product Name: Unicenter Database Management
Table Type: Table