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

Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-6000...meaning?....solution?

Re: ORA-6000...meaning?....solution?

From: Dp. Informatica <jmsam_at_dracnet.es>
Date: 1997/03/05
Message-ID: <01bc29ae$9ddd36e0$cd9ce0c2@pc106>#1/1

RYoung <ryoung_at_summer.dbsol.com> escribió en artículo <01bc2437$d8830e40$f1428ad0_at_pc060.groupZ.net>...
>
> Anyone seen this before?
>
> SQLDBA> connect internal
> Connected.
> SQLDBA> shutdown
> Database closed.
> Database dismounted.
> ORA-00600: internal error code, arguments: [730], [136], [space leak],
 [],
> [], [], [], []
> SQLDBA> exit
> SQL*DBA complete.
>
> Now Oracle won't let me do anything with the database - shutdown,
 startup,
> connect (non-internally), whatever. I can do a connect internal but when
 I
> try to start it up or shut it down, I get the message:
> ERROR: ORA-01090: shutdown in progress - connection is not permitted
>
>
> --
> Robert Young
> rcyoung_at_summer.dbsol.com
> "Standard disclaimer for employee views..."
>

Hi, Robert

Actually we have this randomly problem on an oracle 7.1.3.2 server for ALPHA OpenVms.
I don't help about your ora-600, but i am suspicious of the active sessions at time of shutdown.
We shutdown the database trying:

!!!! Use with caution if your database is not configured in ARCHIVELOG MODE !!!!

      (   SQLDBA> shutdown
           Database closed.
           Database dismounted. 
           ORA-00600: internal error code, arguments: [730], [136], [space
leak], [],[], [], [], []
       ) 

   SQLDBA> connect internal
   Connected.
   SQLDBA> shutdown abort
   Oracle instance shutdown.
   SQLDBA> exit
   SQL*DBA complete.

Juan Carlos Rodriguez (jmsam_at_dracnet.es) Received on Wed Mar 05 1997 - 00:00:00 CST

Original text of this message

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