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: Monitoring dbwr with oradebug

Re: Monitoring dbwr with oradebug

From: Nuno Souto <nsouto_at_nsw.bigpond.net.au.nospam>
Date: Wed, 27 Jun 2001 11:09:04 GMT
Message-ID: <3b39bc9e.5244064@news-server>

On Wed, 27 Jun 2001 12:51:17 +0200, Knut Talman <knut.talman_at_mytoys.de> wrote:

>> I remember the level for event 10046 should be power of 2 beginning
>> with 4, or their addition. So 4, 8 and 12 are valid. Where did you get
>> 10?
>
>An Oracle consultant told me... But I even tried it with 16 and 8 with
>the same result.
>

Folks, the powers of two are there to set specific bits of a word. Eg: (d=decimal, b=binary)

d8 = b100 (third bit set)

d10 = b1010 = 8 + 2 (powers of two) (fourth and second bits set).

Cheers
Nuno Souto
nsouto_at_bigpond.net.au.nospam
http://www.users.bigpond.net.au/the_Den/index.html Received on Wed Jun 27 2001 - 06:09:04 CDT

Original text of this message

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