Hi,
I have a full database export from an Oracle 8.0.5 database which i am trying to import into an Oracle 8.1.7 database.
I have created the database and all the tablespaces in Oracle 8i. (The tablespaces and datafiles in 8i are not in the same location as the ones in Oracle 8.0.5).
IMP-00003: ORACLE error 1918 encountered
ORA-01918: user 'SVEN' does not exist
IMP-00017: following statement failed with ORACLE error 1918:
"ALTER USER "MTARNEY" QUOTA UNLIMITED ON "TEMPORARY" QUOTA UNLIMITED ON "NEW"
"S_DATA""
IMP-00003: ORACLE error 1918 encountered
ORA-01918: user 'MTARNEY' does not exist
IMP-00017: following statement failed with ORACLE error 1918:
"ALTER USER "LUCY" QUOTA UNLIMITED ON "NEWS_INDEX" QUOTA UNLIMITED ON "NEWS_"
"DATA""
IMP-00003: ORACLE error 1918 encountered
ORA-01918: user 'LUCY' does not exist
IMP-00017: following statement failed with ORACLE error 2221:
"CREATE PUBLIC ROLLBACK SEGMENT RB0 STORAGE (INITIAL 57344 NEXT 81920 MINEXT"
"ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""
IMP-00003: ORACLE error 2221 encountered
ORA-02221: invalid MAXEXTENTS storage option value
IMP-00017: following statement failed with ORACLE error 2221:
"CREATE PUBLIC ROLLBACK SEGMENT RB1 STORAGE (INITIAL 57344 NEXT 81920 MINEXT"
"ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""
IMP-00003: ORACLE error 2221 encountered
ORA-02221: invalid MAXEXTENTS storage option value
. importing NEWS_OWNER's objects into NEWS_OWNER
IMP-00017: following statement failed with ORACLE error 1435:
"ALTER SCHEMA = "NEWS_OWNER""
IMP-00003: ORACLE error 1435 encountered
ORA-01435: user does not exist
. importing NEWS_OWNER's objects into NEWS_OWNER
IMP-00017: following statement failed with ORACLE error 1435:
"ALTER SCHEMA = "NEWS_OWNER""
IMP-00003: ORACLE error 1435 encountered
ORA-01435: user does not exist
. importing NEWS_OWNER's objects into NEWS_OWNER
IMP-00017: following statement failed with ORACLE error 1435:
"ALTER SCHEMA = "NEWS_OWNER""
IMP-00003: ORACLE error 1435 encountered
ORA-01435: user does not exist
. importing NEWS_OWNER's objects into NEWS_OWNER
IMP-00017: following statement failed with ORACLE error 1435:
and a lot more.
The export was done using the command
exp80 system/manager@news full=y
Please suggest.
Thanks
Anurag
Appreciation is a wonderful thing;
It makes what is excellent in others belong to us as well.
Hi,
The solution to the problem is first create the users in the new database as they were there in old database.Then create the tablespaces as the same names as they were in old database.Then import the dump file and go by user by user basis.It will be simple and more errorfree.
The above command will import the tables assocaited with user a into user a.Perform the above steps with all the users.
Dont perform a FULL import of the dump file into the database.
Perform user-by-user import of the dump file.
In case of any help please be free to ask me at rohitsn@altavista.com
well full will try to import everything from other database, even tablespaces. I say try because if for example the paths are not the same in both installations you start getting all sort of error (like your message basically )
If you want to import everything you need to have a clean fresh database then you have to adapt the paths to your old database so when import is creating tablespaces you wont get errors
OR
you create the tablespaces first and the users then you use ignore=y in your import
Please Confirm whether I should ingnore these errors or take some corrective action
Hi,
I have created the database with the exact same tablespace names (their location might not be same), rollback segments and users.
Now when trying to do a full import I get a lot of errors as below. Marked in bold. I tried searching for information on whether I should ignore them or take some corrective action but could not find any.
Also why is the import trying to import system objects. It should not.
If somebody can please guide me on this I will be very thankful.
Thanks
Anurag
Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the Partitioning option
JServer Release 8.1.7.0.0 - Production
Export file created by EXPORT:V08.00.05 via conventional path
import done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
IMP-00017: following statement failed with ORACLE error 2221:
"CREATE PUBLIC ROLLBACK SEGMENT RB0 STORAGE (INITIAL 57344 NEXT 81920 MINEXT"
"ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""
IMP-00003: ORACLE error 2221 encountered
ORA-02221: invalid MAXEXTENTS storage option value
IMP-00017: following statement failed with ORACLE error 2221:
"CREATE PUBLIC ROLLBACK SEGMENT RB1 STORAGE (INITIAL 57344 NEXT 81920 MINEXT"
"ENTS 2 MAXEXTENTS 2147483645) TABLESPACE "RBS""
IMP-00003: ORACLE error 2221 encountered
ORA-02221: invalid MAXEXTENTS storage option value
Bookmarks