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: DBA_EXTENTS problem

RE: DBA_EXTENTS problem

From: Janardhana Babu Donga <jbdonga_at_ucdavis.edu>
Date: Thu, 09 May 2002 11:53:44 -0800
Message-ID: <F001.0045D754.20020509115344@fatcity.com>


It is waiting on the event: db file scattered read.

Thanks,
--Babu

-----Original Message-----

Sent: Thursday, May 09, 2002 11:33 AM
To: oracle-l_at_fatcity.com
Cc: Janardhana Babu Donga

Babu,

While you're waiting, run this query to see what you're waiting on.

Jared

select

   s.username username,
   e.event event,
   s.sid,
   e.p1text,
   e.p1,
   e.p2text,
   e.p2,
   e.wait_time,
   e.seconds_in_wait,
   e.state

from v$session s, v$session_wait e
where s.username is not null

   and s.sid = e.sid
   and s.username like upper('&uusername')

Janardhana Babu Donga <jbdonga_at_ucdavis.edu> 05/09/2002 11:03 AM  

        To:     "'ORACLE-L_at_fatcity.com'" <ORACLE-L_at_fatcity.com>
        cc:     "'Jared.Still_at_radisys.com'" <Jared.Still_at_radisys.com>
        Subject:        RE: DBA_EXTENTS problem


Jared,

It is taking 30 to 40 minutes to respond. I just issued again and is sitting
there. Iam sure it would respond after 30 minutes as happenned many times.

I would E-Mail after getting the response.

Thanks,
-- Janardhana Babu

-----Original Message-----

Sent: Thursday, May 09, 2002 11:54 AM
To: Multiple recipients of list ORACLE-L

Babu,

What does this query return?

  select count(*) from dba_extents;

Jared

Janardhana Babu Donga <jbdonga_at_ucdavis.edu> Sent by: root_at_fatcity.com
05/09/2002 10:58 AM
Please respond to ORACLE-L  

        To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>

        cc: 
        Subject:        DBA_EXTENTS problem


Dear List,

When I query dba_extents , Iam getting response after half an hour to 40 minutes, but when I query any other dictionary view it is spontaneous. Everything else is fine in the database and there are no problems, except the above problem. Iam not getting any clue how to fix this. Iam thinking of
running catalog.sql and catproc.sql as a last resort. Iam not sure it would
fix the problem. Please let me know if there is any other way to fix this problem.

Thanks,
Babu

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Janardhana Babu Donga
  INET: jbdonga_at_ucdavis.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: Jared.Still_at_radisys.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Janardhana Babu Donga
  INET: jbdonga_at_ucdavis.edu

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_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). Received on Thu May 09 2002 - 14:53:44 CDT

Original text of this message

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