Return-Path: <root@fatcity.cts.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h0V0NEx32033
 for <oracle-l@orafaq.net>; Thu, 30 Jan 2003 18:23:14 -0600
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h0V0NEm32028
 for <oracle-l@orafaq.net>; Thu, 30 Jan 2003 18:23:14 -0600
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id NAA51060;
 Thu, 30 Jan 2003 13:06:39 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 0053F8B6; Thu, 30 Jan 2003 12:34:12 -0800
Message-ID: <F001.0053F8B6.20030130123412@fatcity.com>
Date: Thu, 30 Jan 2003 12:34:12 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Nick Wagner <Nick.Wagner@quest.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Nick Wagner <Nick.Wagner@quest.com>
Subject: RE: investigating database lockup
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/alternative;	boundary="----_=_NextPart_001_01C2C89E.C887DBD0"
------_=_NextPart_001_01C2C89E.C887DBD0
Content-Type: text/plain;
 charset="iso-8859-1"

Do you have Oracle 9i Supplemental logging turned on? 
 
Also information about high water mark, and extent information, data
dictionary upkeep...   what are the stats of the table storage clause? 
-----Original Message-----
Sent: Thursday, January 30, 2003 11:43 AM
To: Multiple recipients of list ORACLE-L


This morning I have experienced a couple of strange lockups of our database.
The symptoms were the database was nonresponsive to any activity, freeze on
login to sqlplus, active sessions freeze as soon as they interact with the
db.  There is no alert log activity.  The systems cpu usage soars to 100%,
and an oracle process, once a shared server and once a dedicated server, is
dominating the usage(info gathered from top).  
 
The first time I killed the shared server process, and the database picked
up and operated normally.  Then a half hour later the dedicated connection
popped up.  The dedicated connection was owned by one of our oltp processes
that pretty well runs without issue 24/7, so I decided to bounce the db to
hopefully clear up the issue.
 
Our system is Oracle 8.1.7 on Solaris 8.   In short, I am hoping to get some
ideas in tracking down what happened.  I have some sql scripts that I have
used to identify problem sessions/sql in the past.  They focus on v$session,
v$sess_io, and v$sqltext.  Unfortunately, these did me little good because
while the trouble was occurring I couldn't interact with the database while
the sessions were active.
 
I am soliciting actively for any Hints, Tips, or Ideas you may have,
 
Thanks,
Steve McClure

------_=_NextPart_001_01C2C89E.C887DBD0
Content-Type: text/html;
 charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>RE: Debate on rc commands Solaris and Oracle</TITLE>

<META content="MSHTML 5.50.4807.2300" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=865403020-30012003><FONT face=Arial color=#0000ff size=2>Do you 
have Oracle 9i Supplemental logging turned on? </FONT></SPAN></DIV>
<DIV><SPAN class=865403020-30012003><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=865403020-30012003><FONT face=Arial color=#0000ff size=2>Also 
information about high water mark, and extent information, data dictionary 
upkeep...&nbsp;&nbsp; what are the stats of the table storage clause? 
</FONT></SPAN></DIV>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
size=2>-----Original Message-----<BR><B>From:</B> Steve McClure 
[mailto:smcclure@usscript.com]<BR><B>Sent:</B> Thursday, January 30, 2003 11:43 
AM<BR><B>To:</B> Multiple recipients of list ORACLE-L<BR><B>Subject:</B> 
investigating database lockup<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=710042219-30012003>This morning I have 
experienced a couple of strange lockups of our database.&nbsp; The symptoms were 
the database was nonresponsive to any activity, freeze on login to sqlplus, 
active sessions freeze as soon as they interact with the db.&nbsp; There&nbsp;is 
no alert log activity.&nbsp; The systems cpu usage soars to 100%, and an oracle 
process, once a shared server and once a dedicated server, is dominating the 
usage(info gathered from top).&nbsp; </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=710042219-30012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=710042219-30012003>The first time I 
killed the shared server process, and the database picked up and operated 
normally.&nbsp; Then a half hour later the dedicated connection popped up.&nbsp; 
The dedicated connection was owned by one of our oltp processes that pretty well 
runs without issue 24/7, so I decided to bounce the db to hopefully clear up the 
issue.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=710042219-30012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=710042219-30012003>Our system is Oracle 
8.1.7 on Solaris 8.&nbsp;&nbsp; In short, I am hoping to get some ideas in 
tracking down what happened.&nbsp; I have some sql scripts that I have used to 
identify problem sessions/sql in the past.&nbsp; They focus on v$session, 
v$sess_io, and v$sqltext.&nbsp; Unfortunately, these did me little good because 
while the trouble was occurring I couldn't interact with the database while the 
sessions were active.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=710042219-30012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=710042219-30012003>I am soliciting 
actively for any Hints, Tips, or Ideas you may have,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=710042219-30012003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=710042219-30012003>Thanks,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=710042219-30012003>Steve 
McClure</SPAN></FONT></DIV></BODY></HTML>

------_=_NextPart_001_01C2C89E.C887DBD0--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Nick Wagner
  INET: Nick.Wagner@quest.com

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: ListGuru@fatcity.com (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).

