QUESTION POSED ON: 26 April 2002
I have a table with 10 partitions. Each partition has
1 milion rows. I wanted
to delete rows with rid=1, which are in partition 1.
It was taking a long, long
time.
So I killed the session. Now my database is rolled back,
all the rows deleted.
Question: is there a way to stop the rollback? If I
shutdown immediately, I
guess it will take a long time to shutdown. If I
shutdown abort, when I
restart the database, it will do a long, long
recovery, right?
I don't care if the data is deleted or not. I need a
way to issue "alter
table xyz nologging" without triggering the "ORA-00054
resource busy ..."
|