The system table VERSION describes the version of the database software.
VERSION
OPERATINGSYSTEM |
CHAR(64) |
Name of the operating system |
PROCESSORTYPE |
CHAR(64) |
Name of processor manufacturer |
ADDRESSINGMODE |
FIXED(2) |
Indicates whether a 32 bit or 64 bit platform is being used |
ID |
CHAR(40) |
Current version, including build level |
MAJORVERSION |
FIXED(2) |
Number of major version |
MINORVERSION |
FIXED(2) |
Number of minor version |
CORRECTIONLEVEL |
FIXED(2) |
Number of correction level |
BUILD |
FIXED(2) |
Build level |
KERNELVARIANT |
CHAR(8) |
Kernel variant (SLOW | FAST) |
See also:
Evaluating System Tables, VERSION
Concepts of the Database System, Version Notation