Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rego generation while executing select statement
Hi,
You could get additional information on sorting by setting event 10032 at level 1. Nevertheless, your user's temporary tablespace should point to a nologging LMT temporary tablespace anyway.
If sorting and delayed block cleanout is ruled out (if executing the same query generates redo again and again, while there is no other transactions on the table), then maybe the redo is generated by fine grained auditing? Check from dba_audit_policies...
Tanel.
>I thought that it might be the case, but the output shows that sorts
> are in memory.
>> > 3 sorts (memory)
>> > 0 sorts (disk)
> Maybe SQL plus doesn't repors disk sorts correctly.
>
> Regards,
> Alex
>
> On Sat, 26 Feb 2005 02:27:23 +0000 (GMT), Connor McDonald
> <hamcdc_at_yahoo.co.uk> wrote:
>> You have a "traditional" temporary tablespace (ie datafile not tempfile)?
>>
>> If so, the sorting could generating redo
>>
>> hth
>> connor
> --
> http://www.freelists.org/webpage/oracle-l
-- http://www.freelists.org/webpage/oracle-lReceived on Sat Feb 26 2005 - 12:48:35 CST
![]() |
![]() |