Results 1 to 3 of 3

Thread: Can't insert anything into new oracle database ORA-01552

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    12

    Can't insert anything into new oracle database ORA-01552

    I have been asked to create a new database and as usual I have no experience in it whatsoever. The last guy made these scripts that I used to create the database. I am using Oracle 8i. Now when I try to insert data it is giving me this error.

    ORA-01552: cannot use system rollback segment for non-system tablespace 'USERS'

    I have no idea what that means

  2. #2

  3. #3
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Can't insert anything into new oracle database ORA-01552

    What version of Oracle are you using? Version 10g should be unsing an undo segment in an undo tablspace and you don't need to do anything else. For older version you should create a rollback tablesapce and assign public (or private) rollbacksegments in that tablespace that are available to be used by all users of the DB. The difference between public and private is that private rollbacks must be stated by being placed in the init.ora file and are avabilable to that instance only. A public rollback is stated when an instacne that uses that rollback segment is started and can be shared by more then one instance.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

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