Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Serial# changes when rolling back
Jared,Deepak
I did not see a reply on this. From a brief experiment I don't see the serial# changing when rolling back a transaction.
The code posted by Jared certainly works as the number of blocks to rollback reduces as the job nears completion. If the serial# changes I would be interetsed to understand why and to what purpose
John
-----Original Message-----
From: Deepak Thapliyal [mailto:deepakthapliyal_at_YAHOO.COM]
Sent: 03 December 2001 17:55
To: Multiple recipients of list ORACLE-L
Subject: Re: killing system user
Hi Jared
why does the serial# have to change due to rollback? lots of us would be curious for a brief expln ...
Thx
Deepak
--- Jared Still <jkstill_at_cybcon.com> wrote:
>
> The session is rolling back, you can't kill it.
>
> This is why the serial# is changing.
>
> The following query can be used to track its
> progress.
>
> select s.osuser
> ,s.username > ,s.sid > ,r.segment_name > ,t.space > ,t.recursive > ,t.noundo > ,t.used_ublk > ,t.used_urec > ,t.log_io > ,t.phy_io > ,substr(sa.sql_text,1,200) txt
> v$transaction t, > dba_rollback_segs r, > v$sqlarea sa> and t.xidusn=r.segment_id(+)
> where s.taddr=t.addr
> INET: jkstill_at_cybcon.com
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Deepak Thapliyal INET: deepakthapliyal_at_yahoo.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). ========================================================= This electronic message contains information from the mmO2 plc Group which may be privileged or confidential. The information is intended to be for the use of the individual(s) or entity named above. If you are not the intended recipient be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or email (to the numbers or address above) immediately. =========================================================Received on Tue Dec 11 2001 - 03:23:53 CST
![]() |
![]() |