why dont you check the v$transaction to see whether it is rolling back
or i mean it is still active.
Sometimes if a process is doing lots of reads on the database and causing lots of cpu spike it would be better you kill the process from the database first and then from the side unix also,we had these issues and  had to kill those processes on the unix side also otherwise they keep taking resources.


M Rafiq <[EMAIL PROTECTED]> wrote:
Rebounce the database...

After shutting down database , check for any oracle process is still alive
by using

ipcs -mb

If it is still their kill those process by yourself (using ipcem -m ) or by
Unix admin. Sometime it does not go and then you have to reboot.

If shutdown immediate takes longer then use shutdown abort. Recovery will
not take longer at startup.

Regards
Rafiq






Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Date: Wed, 11 Jun 2003 14:04:21 -0800

OS :hp-ux
oracle rdbms 8.1.7.4

there are certain processes taking lot of cpu ( some thing went wrong with
stastics last nite). which is causing almost a halt in production
database.these processes are killed from oracle but i can still see them on
OS .Cpu is still high .
I though! after killing them mpon might be doing some clean up work .cpu is
still high .

question : If I recycle this instance ,is it going to take long time to come
back . ( smon will do the job now ?)
or is "fast warm start" will help here to bring db up quickly?

thanks,
-Ak

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: M Rafiq
INET: [EMAIL PROTECTED]

Fat City Network Services -- 858-538-5051 http://www.fatcity.com
San Diego, California -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).

Catch all the cricket action. Download Yahoo! Score tracker

Reply via email to