Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Rollback used by a ghost transaction ?!
Anyone know how I can select the transaction that is using a rollback?
I have a cluster digital (4 nodes) with Oracle Parallel Server and a dblink
to a remote database.
The Oracle version is 7.3.3.4.
I have this situation:
select NAME,
RSSIZE, EXTENTS, XACTS, WRITES, GETS, WAITS, STATUS
RBS Name | Size | Ext | Xacts| Byte Writed| Header Gets| Waits|Status
R2_6 | 1,083,047,936| 1017| 1| 172| 22,966 | 0 |FULL........<omitted>....
select NAME,
RSSIZE, EXTENTS, XACTS, WRITES, GETS, WAITS, STATUS
RBS Name | Size| Optimal| Shrinks| Avg Shrink| Avg Active
R2_6 | 1,083,047,936| 31,457,280| 0| 0| 0.....<omitted>....
select a.username,
a.sid, a.serial#, b.name, c.used_ublk
With the last query i cannot found any transaction using the rollback R2_6
on every node of the cluster.
Do you think that i have to investigate between distributed transaction?
Is there a mistake in my search or ideas?
Thanks in advance
Leonardo da VinciReceived on Thu Jan 25 2001 - 06:27:24 CST
![]() |
![]() |