ORA-01552: cannot use system rollback segment for non-system tablespace [message #61025] |
Sun, 21 March 2004 13:08 |
Michael Miles
Messages: 1 Registered: March 2004
|
Junior Member |
|
|
I enabled an automatic undo management and I am trying to a create table:
CREATE TABLE customers
( cust_code VARCHAR2(3),
name VARCHAR2(50),
region VARCHAR2(5) )
TABLESPACE DATA1;
I get this error message:
CREATE TABLE customers
*
ERROR at line 1:
ORA-01552: cannot use system rollback segment for non-system tablespace 'DATA1'
Can anyone give ideas on how to solve this problem?
Thanks,
Mike
|
|
|
|
|
|