Db2: To get timeout settings
$ db2 get db cfg for wcprd1 | grep -i timeout
Lock timeout (sec) (LOCKTIMEOUT) = 45 <-- default is -1 which means never timeout
HADR timeout value (HADR_TIMEOUT) = 20
Lock timeout events (MON_LOCKTIMEOUT) = NONE
$ db2 get db cfg for wcprd1 | grep -i timeout
Lock timeout (sec) (LOCKTIMEOUT) = 45 <-- default is -1 which means never timeout
HADR timeout value (HADR_TIMEOUT) = 20
Lock timeout events (MON_LOCKTIMEOUT) = NONE
Comments
Post a Comment