Displaying 1 result from an estimated 1 matches for "db2inst9".
Did you mean:
db2inst1
2015 Mar 30
2
db2 is running out of shared memory
...on 10.5.5.
The error occurs while restoring a backup taken on another server to the test
server in question. Worse than that, it occurs when restoring a second
database after the first restore works OK.
The error message we are getting is this:
On the 9.7 system:
RESTORE DATABASE XYZZY USER db2inst9 using
FROM '/db2home/restore1' INTO XYZZZ REPLACE
EXISTING WITHOUT ROLLING FORWARD WITHOUT PROMPTING
SQL1084C Shared memory segments cannot be allocated. SQLSTATE=57019
On the 10.5 system:
RESTORE DATABASE XYZZY USER db2inst9 using
FROM '/db2home/restore1'...