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
"BARD Sébastien" wrote:
>
> $ svrmgrl
> SVRMGR> connect internal
> Connected.
> SVRMGR>
> SVRMGR>
> SVRMGR> startup nomount
> pfile=/export/home/dba1/Cephee2/ADM/dbs/initBDSNAP1.ora
> ORA-00600: internal error code, arguments: [SKGMBUSY], [1], [0], [0], [0],
> [], [], []
> ORA-27100: shared memory realm already exists
> SVR4 Error: 17: File exists
> SVRMGR> exit
>
> When i create a database (Oracle 8.0.4), i have this error. I have seen that
> i was because
> i didn't drop properly the instance and so that the SGA isn't liberate for
> this instance.
>
> How can i liberate the SGA ???
>
Hi,
you can try a unix command called IPCS to identify the id of oracle shared mem :
ipcs -a
and after IPCRM
ipcrm -m SHMEM_ID
Zoil. Received on Fri Jan 28 2000 - 07:39:12 CST
![]() |
![]() |