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: What is this doing for me?

RE: What is this doing for me?

From: Wolfson Larry - lwolfs <lawrence.wolfson_at_acxiom.com>
Date: Wed, 17 Aug 2005 12:26:58 -0500
Message-ID: <B39B7B7D8C8CEA419D0ED45FD7FA4C539254D1@CWYMSX06.Corp.Acxiom.net>


Hi Jared,

            It came from a application trace 10046. I'm sure it was secondary oracle code as SYS.  

            Nothing in DBA_JOBS but STATSPACK.  

            They're saying it happens all the time the app inserts BLOBs.  

            Larry  

PS Thanks for your PERL scripts.  


From: Jared Still [mailto:jkstill_at_gmail.com] Sent: Wednesday, August 17, 2005 12:13 PM To: Wolfson Larry - lwolfs
Cc: oracle-l_at_freelists.org
Subject: Re: What is this doing for me?  

Hi Larry,

Which user is running this?

It looks like SYS, but I won't make that assumption.

How often does it run?

Does it coincide with any jobs in DBA_JOBS?

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist




On 8/17/05, Wolfson Larry - lwolfs <lawrence.wolfson_at_acxiom.com> wrote:

This statement appears to be killing our performance.

What's going on and is there anything we can do about it?

select
type#,blocks,extents,minexts,maxexts,extsize,extpct,user#,iniexts,NVL(li
sts,65535),NVL( 
groups,65535),cachehint,hwmincr, NVL(spare1,0)
from seg$
where ts#=:1
and file#=:2
and block#=:3



 


**************************************************************************
The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system. Thank You.
**************************************************************************
-- http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 17 2005 - 12:29:03 CDT

Original text of this message

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