2006-8-8 10:14
jiangxh
install db2 fixpak12
install this fixpak12 need do the step "db2 bind /usr/opt/db2_08_01/bnd/@db2ubind.lst BLOCKING ALL GRANT PUBLIC ACTION ADD" but this step show errors like"
LINE MESSAGES FOR db2uqtnm.bnd
------ --------------------------------------------------------------------
SQL0719N Bind error for user "IPST ". Package
"NULLID.SQLULE00" already exists. SQLSTATE=42710 "
pls help check if it is serious problem. thank you in advance
2006-8-9 10:11
seven
[quote]原帖由 [i]jiangxh[/i] 于 2006-8-8 10:14 发表
install this fixpak12 need do the step "db2 bind /usr/opt/db2_08_01/bnd/@db2ubind.lst BLOCKING ALL GRANT PUBLIC ACTION ADD" but this step show errors like"
LINE MESSAGES FOR db2 ... [/quote]
遇到0719是正常的,因为你bind的时候action是add,这个package已经在了,如果你action是repalce的话,就不报这个notice了!
我这的环境原来是10,打了12,action是add,发现基本没什么新的package,所以不bind也行.