How to check db2 version

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

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

Thanks, Melita

15条回答
  •  借酒劲吻你
    2020-12-04 18:07

    To find out the fixpak information using command prompt: db2level

    To find out the version and license information using command prompt: db2licm -l

    C:\Users\Administrator>db2level
    DB21085I  This instance or install (instance name, where applicable: "DB2")
    uses "64" bits and DB2 code release "SQL10051" with level identifier
    "0602010E".
    Informational tokens are "DB2 v10.5.100.63", "s130816", "IP23521", and Fix Pack
    
    "1".
    Product is installed at "C:\SQLLIB" with DB2 Copy Name "DB2COPY1".
    
    
    C:\Users\Administrator>db2licm -l
    Product name:                     "IBM Data Server Client"
    Product identifier:               "db2client"
    Version information:              "10.5"
    

提交回复
热议问题