Table 3-12 lists the system tables that have been changed in this release:
Table |
Change |
---|---|
sysattributes |
Stores information for the configuration parameters that set or change the password expiration interval, maximum failed login attempts, and the minimum password length. |
sysconfigures |
Stores the server-wide values set with the configuration parameters minimum password length and maximum failed logins for logins and roles. |
syslogins |
The new column, logincount, indicates the number of failed logins. A successful login automatically resets the number of failed logins to 0. The datatype of this column is int. |
syservroles |
The following columns have been added:
|
sysusers |
In previous releases, the sysusers system table in each database had a unique clustered index on suid. However, in Adaptive Server 12.0 the uniqueness of sysusers.suid does not exist, so the clustered index has been dropped. |
For more information about system tables, see the Adaptive Server Reference Manual.