Oracle 8i import problem [message #247491] |
Tue, 26 June 2007 02:18 |
bardan
Messages: 1 Registered: June 2007 Location: Noida (India)
|
Junior Member |
|
|
I have two users for DB. I tried to import the DB dump
file under separate user (User other than the user
who exported the dump file)
The imp command terminated with following errors.
IMP-ORACLE ERROR 604 encountered
ORA-00604: Error Occured at recursive SQL level 1
ORA-01653: Unable to extend table SYS.IDL_UB2$ by 16 in tablespace SYSTEM
ORA-27039: Create file failed, file size limit reached
few other errors also occured,like ERROR 1658 etc
only some of the tables were imported (around 261 of 380)
Please analyse and find solution.
Christas
|
|
|
|
|
|
Re: Oracle 8i import problem [message #247638 is a reply to message #247635] |
Tue, 26 June 2007 11:14 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
once i was doing the imp i didnt mention the user name by default it imports all tables in system schema.Although the export dump was taken using oracle user.
Now if the same situation happened to him and data size is more then the space in system tablespace and AUTOEXTEND IS OFF
As we usually see with our UNDO tablespace.
|
|
|