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: Tor Ove Gabrielsen <d92gabri_at_ix_prod.hfk.mil.no>
Date: 1997/03/06
Message-ID: <1997Mar6.133309.2582@ix_prod.hfk.mil.no>#1/1

RYoung wrote:

: 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

In your init$SID.ora type:

event="10262 trace name context forever, level 2000"

(This disables checks for space leaks kess than 2K).

Finally, do a shutdown/startup of your db. Received on Thu Mar 06 1997 - 00:00:00 CST

Original text of this message

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