Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE 8.0.4 for SOLARIS : ORA-0600 AND ORA-27100
Try this in Unix:
This can be corrected using two commands:
'ipcs' - shows a dump of all shared memory segments (each has an
ID)
'ipcrm -m <id>' - deletes a shared memory segment
Received on Fri Jan 28 2000 - 11:20:37 CST
![]() |
![]() |