Home » RDBMS Server » Server Administration » How To Know If Oracle Is RollBacking
icon4.gif  How To Know If Oracle Is RollBacking [message #136141] Tue, 06 September 2005 06:27 Go to next message
felipevinturini
Messages: 10
Registered: August 2005
Location: Brazil
Junior Member
Hi All,

Do I have to know in the database, in a select in some table, if oracle is rollbacking?

Thanks for your help.

Felipe.
Re: How To Know If Oracle Is RollBacking [message #136153 is a reply to message #136141] Tue, 06 September 2005 07:23 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
You can query v$session_longops.
Check for the following.

OPNAME
SOFAR
TOTALWORK
START_TIME
LAST_UPDATE_TIME
TIME_REMAINING
ELAPSED_SECONDS

This might help.

Regds
Girish
Re: How To Know If Oracle Is RollBacking [message #136158 is a reply to message #136153] Tue, 06 September 2005 07:49 Go to previous message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
For obtaining sid,serial# for sessions carrying out rollback

query v$session & check for command=45.

Regds
Girish
Previous Topic: Maybe it's not an oracle question.
Next Topic: DBMS_JOB
Goto Forum:
  


Current Time: Fri Jan 10 10:42:04 CST 2025