How to check db2 version

后端 未结 15 1670
说谎
说谎 2020-12-04 17:54

How to check db2 version on Z/OS using only SQL commands?

Thanks, Melita

15条回答
  •  悲哀的现实
    2020-12-04 18:10

    In AIX you can try:

    db2level
    

    Example output:

    db2level
    DB21085I  This instance or install (instance name, where applicable:
    "db2inst1") uses "64" bits and DB2 code release "SQL09077" with level
    identifier "08080107".
    Informational tokens are "DB2 v9.7.0.7", "s121002", "IP23367", and Fix Pack
    "7".
    Product is installed at "/db2_09_07".
    

提交回复
热议问题