Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

undo segments are offline

happy10319Feb 19 2010 — edited Feb 19 2010
Hi,
in 10g, all undo segments are offline :
SQL> select segment_name, tablespace_name,status
  2  from dba_rollback_segs where tablespace_name like '%UNDO%';

SEGMENT_NAME                   TABLESPACE_NAME                STATUS
------------------------------ ------------------------------ --------------
_SYSSMU1$                      UNDOTBS1                       OFFLINE
_SYSSMU2$                      UNDOTBS1                       OFFLINE
_SYSSMU3$                      UNDOTBS1                       OFFLINE
_SYSSMU4$                      UNDOTBS1                       OFFLINE
How tu put them ONLINE ?
Thank you.
This post has been answered by KeshavM on Feb 19 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2010
Added on Feb 19 2010
10 comments
2,081 views