Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Q:alter table and rollback problem - urgent

Re: Q:alter table and rollback problem - urgent

From: srivenu <srivenu_at_hotmail.com>
Date: 5 Mar 2004 04:19:34 -0800
Message-ID: <1a68177.0403050419.4037c9a5@posting.google.com>


Take all the rollback segments, except the temporary one, offline. (Offcourse you cannot offline the SYSTEM rollback segment). And now do the operation.
An ALTER TABLE can use non-system rollback segment. Only the recursive SQL generating UNDO and REDO to UNDO$ will mandatorily go to the SYSTEM rollback segment. regards
Srivenu Received on Fri Mar 05 2004 - 06:19:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US