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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: too many session open and you can't log in?

Re: too many session open and you can't log in?

From: A. Coskan Gundogar <gundogar_at_gmail.com>
Date: Fri, 16 Mar 2007 16:33:19 +0200
Message-ID: <d1f742de0703160733q1094cdbapb40811f3c31d6992@mail.gmail.com>


If you are on 10G and you cant log in with "sqlplus / as sysdba" you can try the -prelim option
it is a 'lightweight' session, you cant execute a sql command but take a system state dump

sqlplus -prelim / as sysdba
oradebug setmypid
oradebug unlimit;
oradebug dump systemstate 10

for more info

http://el-caro.blogspot.com/search/label/systemstate%20dump http://www.dbasupport.com/oracle/ora10g/crisis.shtml

On 3/16/07, ryan_gaffuri_at_comcast.net <ryan_gaffuri_at_comcast.net> wrote:
>
> it worked, but the problem existed. I could have sworn that i read if you
> kill -9 oracle processes it does not really kill them in the database.
>
> also after I did that I ran a top and the oracle background processes were
> still sucking up alot of memory.
>
>
> -------------- Original message --------------
> From: "Michael McMullen" <ganstadba_at_hotmail.com>
>
> > And it didn't work? I'm assuming you were logged in as oracle.
> > ----- Original Message -----
> > From: ryan_gaffuri_at_comcast.net
> > To: ganstadba_at_hotmail.com ; oracle-l_at_freelists.org
> > Cc: Michael McMullen
> > Sent: Thursday, March 15, 2007 10:57 AM
> > Subject: Re: too many session open and you can't log in?
> >
> >
> > I used kill -9 on every oracle session that was not a background
> process.
> >
> > -------------- Original message --------------
> >
> > --
> > http://www.freelists.org/webpage/oracle-l
> >
> >
>
>

-- 
A. Coskan GUNDOGAR

Oracle DBA

http://coskan.wordpress.com

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Mar 16 2007 - 09:33:19 CDT

Original text of this message

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