You display the version information of the Database Manager. By specifying options, you can limit the display of version information.
Since the version of the DBM Server and therefore the Database Manager program are always the same as the version of the database software, you can also determine the version of the database software in this way.
You do not need to log on to the Database Manager to execute this DBM command.
Nor do you require any server authorization.
dbm_version [<detail>]
Option |
Description |
---|---|
<detail> |
Part of the version information Possible values are: version: Version number of the Database Manager build: Identification number of the Database Manager os: Name of the operating system instroot: Installation directory of the version-dependent components logon: Indication whether an operating system logon has taken place code: Character set used in the Database Manager swap: Swap type used in the Database Manager Unicode: Character set used by the database catalog instance: Database Type sysname: Name of the operating system |
OK
VERSION = <version>
BUILD = <build_number>
OS 0 <os>
INSTROOT = <dependent_path>
LOGON = <logon_state>
CODE = <code>
SWAP = <swap>
UNICODE = (YES|NO)
INSTANCE = (OLTP|LVC|unknown)
SYSNAME = <os>
Value |
Description |
---|---|
VERSION |
Version number of the Database Manager |
BUILD |
Identification number of the Database Manager |
OS |
Name of the operating system |
INSTROOT |
Installation directory of the version-dependent components |
LOGON |
Indication whether an operating system logon has taken place Possible values are: TRUE | FALSE True: Logged on False: Not logged on |
CODE |
Output of the character set used in the Database Manager Possible values are ASCII | UTF8 |
SWAP |
Swap type used in the Database Manager (internal representation of numeric values) Possible values are: NO | FULL | HALF NO: hihi-hilo-lohi-lolo FULL: lolo-lohi-hilo-hihi HALF: lohi-lolo-hihi-hilo |
UNICODE |
Character set used by the database catalog Possible values are: YES | NO YES: UNICODE NO: ASCII |
INSTANCE |
Database Type Possible values are: OLTP | LVC | UNKNOWN OLTP: MaxDB LVC: SAP liveCache Technology unknown: The database type cannot be determined. |
SYSNAME |
Name of the operating system |
In the event of errors, see Reply Format.
Database Manager CLI Tutorial, Displaying Information About Installed Software and Database Instances
Glossary, Version