import error ORA-01552 [message #175340] |
Thu, 01 June 2006 16:28 |
SLKRR
Messages: 11 Registered: May 2006 Location: Recife, Brasil
|
Junior Member |
|
|
I am trying to import data into a 9.2 database that was exported from an 8.1.7 database. The attempt to import keeps running up against the following error:
ORA-01552 cannot use system rollback segment for non-system tablespace
This happens whether I try to import using full=y or using fromuser. If I go into OEM and try to create a public or private rollback segment (as most FAQs seem to recommend), I receive exactly the same error.
Any ideas what to try next?
|
|
|
|
Re: import error ORA-01552 [message #175345 is a reply to message #175343] |
Thu, 01 June 2006 16:43 |
SLKRR
Messages: 11 Registered: May 2006 Location: Recife, Brasil
|
Junior Member |
|
|
The database into which I am trying to import the data already has an undo tablespace called "UNDOTBS1" - what settings does it need to have in order to be "proper"?
|
|
|
|
|
Re: import error ORA-01552 [message #175468 is a reply to message #175347] |
Fri, 02 June 2006 07:07 |
SLKRR
Messages: 11 Registered: May 2006 Location: Recife, Brasil
|
Junior Member |
|
|
I need to use 8i version of import? That could be the problem. I have been using the 9i version. I will try that, then. Setting UNDO_MANAGEMENT to MANUAL or AUTO returned the same error on import.
|
|
|
|
|
Re: import error ORA-01552 [message #175518 is a reply to message #175340] |
Fri, 02 June 2006 10:20 |
SLKRR
Messages: 11 Registered: May 2006 Location: Recife, Brasil
|
Junior Member |
|
|
/store2/u01/app/oracle/product/8.1.7/bin/imp cellplan/***** file=/store1/CTS2.dmp fromuser=cellplan
(The **** is the password) I get the same error using either fromuser or full=y.
The error is actually "IMP-00058:" without any accompanying error message at all.
The previous errors ORA-01552 with regard to the rollback segments all occurred at the time of the create table statements during the import. Is there some reason why creating a table would trigger this?
|
|
|
|
Re: import error ORA-01552 [message #175522 is a reply to message #175521] |
Fri, 02 June 2006 10:43 |
SLKRR
Messages: 11 Registered: May 2006 Location: Recife, Brasil
|
Junior Member |
|
|
>> Your posts are very contradicting.
>> In previos post you said
>>>> it is giving an ORA-00058 error.
>>Now you are saying The error is actually "IMP-00058:"
Yes, I was making a correction - what I said before was wrong.
|
|
|