User Profile
Collapse
-
caviler replied to DB2 "No Storage Available for allocation" DIA8305C Memory allocation failure occurredin DB2no problem, just share information, this error spent me 4 hours to find out how to fix it! -
caviler started a topic DB2 "No Storage Available for allocation" DIA8305C Memory allocation failure occurredin DB2DB2 "No Storage Available for allocation" DIA8305C Memory allocation failure occurred
db2diag.log shows error:
=============== =============== ============
MESSAGE : ZRC=0x850F0005=-2062614523=SQLO _NOSEG
"No Storage Available for allocation"
DIA8305C Memory allocation failure occurred.
=============== =============== ============
just simpley set kernel parameter kernel.randomiz e_va_space = 0
1. append kernel.randomiz e_va_space = 0 to sysctl
nano... -
-
-
caviler started a topic bash shell version of db2uext2 (DB2 USEREXIT),backup archive log to remote host!in DB2bash shell version of db2uext2 (DB2 USEREXIT),backup archive log to remote host!
How to automate backup archive log to remote host?
Using the IBM supplied UserExit sample program db2uext2.cdisk? It's too complex and allways is error while compiling.
So I decide to write a bash version of db2uext2, ant it works!
1. create bash shell file
2. modify permissionsCode:nano -w /home/db2inst1/sqllib/bin/db2uext2
...
No activity results to display
Show More
Leave a comment: