|
-
Jul 13th, 2006, 07:31 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|