The system table VERSION describes the version of the database software (kernel and runtime environment).
VERSIONS
OPERATINGSYSTEM |
CHAR(64) |
Name of the operating system |
PROCESSORTYPE |
CHAR(64) |
Name of the processor vendor |
ADDRESSINGMODE |
FIXED(2) |
Specifies whether a 32 bit or 64 bit platform is being used |
ID |
CHAR(40) |
Current version, including build level |
MAJORVERSION |
FIXED(2) |
Number of the major version |
MINORVERSION |
FIXED(2) |
Number of the minor version |
CORRECTIONLEVEL |
FIXED(2) |
Number of the correction level |
BUILD |
FIXED(2) |
Build level |
KERNELVARIANT |
CHAR(8) |
Variant of the kernel (SLOW | QUICK | FAST) |