Adaptive Server 15.7 contains new and changed system tables.
System table | Column added | Description |
---|---|---|
sysattributes |
|
|
sysdatabases | Adds status bits to the status4 column to indicate database-wide compression settings | |
sysoptions | number | Lists the switch ID as an integer |
sysobjects | lobcomp_lvl |
|
syscolumns | inrowlen |
|
syslogins | crsuid |
Server user ID of the creator of login or login profile |
syslogins | lpid | Login profile ID |
syssrvroles |
|
|
sysservers | srvprincipal | Specifies the remote server Kerberos principal name |
syscomments |
|
Adaptive Server version 15.7 adds these system tables, which are views of the master database and provide information about the configuration of data caches and pools.
System table | Description |
---|---|
syscacheinfo | Provides information about data caches. |
syspoolinfo | Provides information about cache pools. |
syscachepoolinfo | Provides a row for each data cache pool that includes configuration information for the data cache. This view is a join between the syscacheinfo and syspoolinfo views. |
See the Reference Manual: Tables