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

Home -> Community -> Usenet -> c.d.o.server -> Re: null event causing concern

Re: null event causing concern

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 22 Sep 2003 08:57:11 -0700
Message-ID: <1064246222.280685@yasure>


John Ashton wrote:

>Daniel Morgan <damorgan_at_x.washington.edu> wrote in message news:<1063984761.892697_at_yasure>...
>
>
>>John Ashton wrote:
>>
>>
>>
>>>We seem to have a pl/sql procedure that can occionally take a very
>>>long time to complete (> 13 hours). It is a big task but it would
>>>normally complete within 2 hours.
>>>
>>>As I'm not a DBA and I have limited rights so I have only been able
>>>get a partial view into what is happening (yes I have asked the
>>>support company X's DBA to investigate but there are political reasons
>>>why I feel I need to look at this too).
>>>
>>>The only thing I can see that bothers me is the following from
>>>v$session_wait for the PL/SQL procedure session:
>>>
>>>EVENT P1 P2 P3 TIME SECONDS_IN_WAIT STATE
>>>null event 301 87541 1 -1 26 WAITED KNOWN TIME
>>>
>>>Every time I see this null event, P1 is either 301 or 150 but I don't
>>>know what this parameter refers to. I thought maybe it was file# but
>>>there are no files above 160.
>>>
>>>Can anyone tell me what this event might be?
>>>
>>>Thanks
>>>
>>>
>>>
>>>
>>I can't tell you whether the above has any relationship to your problem
>>but I can tell you that you should
>>get a copy of Tom Kyte's book "Expert one-on-one Oracle" or go to
>>http://tahiti.oracle.com and learn
>>how to use DBMS_PROFILER. It will point you to where the problem is ...
>>though not the underlying cause.
>>
>>
>
>I realise that you think that most people who post to newsgroups are
>idiots who don't bother to read manuals or understand the tools they
>use but I did mention that I have limited rights to the live server
>and cannot see much. This includes no read rights to any SQL_TRACE
>files, no rights to execute DBMS_PROFILER, no login rights to
>PERFSTAT. The politics of why this is I don't really want to get into.
>
>I cannot duplicate the problem on our local development server
>(DBMS_PROFILER and STAT_PACK look fine) and it does not occur all the
>time on the live server. I suspect it occurs when the process has to
>deal with a certain amount of data which pushes it above a threshold
>that causes the problem.
>
>Happily, Jonathon has given me some ideas which I will follow up and
>try to replicate on our server.
>
>

I will agree with you that I think most people don't read manuals. And you'd be hard pressed to find
many that would disagree with that proposition. But your inability to do your job is not, as you state,
a technical it is a political issue. So either management gives you access to the tools you need or you
can't do your job. I don't see a lot of options there. Surely you don't hire a carpenter to build a house
and then say ... 'sorry you can't use a hammer'.

Rather than telling us what you can't do ... why don't you explain to management the list of tools you need
to do your job. And if they won't support you either polish up your resume or resign yourself to doing an
inadequate job, at best.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Mon Sep 22 2003 - 10:57:11 CDT

Original text of this message

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