DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: ORA-01552 cannot use system rollback segment

  1. #1
    Join Date
    Sep 2002
    Posts
    376

    ORA-01552 cannot use system rollback segment

    Hi,
    I am trying to dml on my db (10.2 version)
    getting the following error.


    SQL> show parameter undo

    NAME TYPE VALUE
    ------------------------------------ ----------- ----
    undo_management string AUTO
    undo_retention integer 900
    undo_tablespace string UNDOTBS1

    SQL> connect scott/tiger
    Connected.

    SQL> insert into tab1 values(2,'RAM');
    insert into tab1 values(2,'RAM')
    *
    ERROR at line 1:
    ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'
    ------------------------------------------------------------------------
    The most enjoyable things in the world are either Immoral or too Expensive or otherwise Inaccessible anyway

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    is undotbs1 online and working

  3. #3
    Join Date
    Sep 2002
    Posts
    376
    Hi,

    The db was in read only mode....so i was getting this error.

    But i guess it is completely a misleading message.......

    thx.
    ------------------------------------------------------------------------
    The most enjoyable things in the world are either Immoral or too Expensive or otherwise Inaccessible anyway

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width