Displaying 1 result from an estimated 1 matches for "sql1084c".
2015 Mar 30
2
db2 is running out of shared memory
...curs 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' INTO XYZZZ REPLACE
EXISTING WITHOUT ROLLING FORWARD WITHOUT PROMPTING
SQL1084C The database manager failed to allocate...