Active transaction and inactive session
571482Apr 9 2007 — edited Apr 9 2007I found that sometimes I see a transaction in v$transaction, but when I look at the session that the transaction is connected to (in v$session), I see that the session is in fact inactive.
What does it mean when a session is inactive but still has an open transaction? Wouldn't an open transaction indicate activity?