Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE 8.0.4 for SOLARIS : ORA-0600 AND ORA-27100

Re: ORACLE 8.0.4 for SOLARIS : ORA-0600 AND ORA-27100

From: Yvan Galas <yvan.galas_at_fr.adp.com>
Date: Fri, 28 Jan 2000 13:39:12 GMT
Message-ID: <38919C14.F4740895@fr.adp.com>


"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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US