ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM [message #614827] |
Tue, 27 May 2014 11:55  |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |

|
|
Hi,
When i try to do schema import using imp utility i get following error.
Quote:IMP-00058: ORACLE error 2002 encountered
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM
IMP-00018: partial import of previous table completed: 815598 rows impor
IMP-00003: ORACLE error 2002 encountered
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM
IMP-00003: ORACLE error 2002 encountered
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM
IMP-00003: ORACLE error 2002 encountered
ORA-02002: error while writing to audit trail
ORA-00604: error occurred at recursive SQL level 1
ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM
Please let me know how to fix this issue.
With Regards,
Mohan
|
|
|
|
|
|
Re: ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM [message #614888 is a reply to message #614830] |
Wed, 28 May 2014 05:00   |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |

|
|
Thanks Michel,
Since import got stopped in the middle due to lack of space in SYSTEM tablespace , should i rerun the import again after
adding space to SYSTEM tablespace ? out of 5000 tables only 2000 tables got imported successfully.
1.When i try to rerun the import , it is again loading the same tables from beginning which i dont want.
2.Is there any issue in reruninng the import i means would there be any conflict to data if i rerun the import becuase import is again loading the data
to same table which is present in database?
I want to continue from where the import stopped due to lack of tablespace .Please advice me how to do that ?
Thanks,
Mohan
[Updated on: Wed, 28 May 2014 05:27] Report message to a moderator
|
|
|
|
|
|
|
Re: ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM [message #614895 is a reply to message #614894] |
Wed, 28 May 2014 07:40   |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |

|
|
Cookiemaster
Thanks for your explanation.
1.If i import a schema using sys user or any other user, will it happen same ?
2..What will happen to existing table data if i rerun the schema import again ? I have started the import and so far the table import is going on
without any errors but im worried if there could be conflict to data by running the import again since some of the tables already exist in database?
Regds,
Mohan
[Updated on: Wed, 28 May 2014 07:42] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM [message #614967 is a reply to message #614912] |
Thu, 29 May 2014 04:01   |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |

|
|
Michel,
Import got terminated with error .Most of the objects got imported only few objects like 1 package and package body was not imported .
Quote:IMP-00003: ORACLE error 1031 encountered
ORA-01031: insufficient privileges
IMP-00017: following statement failed with ORACLE error 1031:
Now when i try to import only indexes and constraints with rows=N , i get following error.
Quote:
IMP-00030: failed to create file F:\imp_prod\imp_schema.log for write
IMP-00000: Import terminated unsuccessfully
The second import command i used to import without data is as below
Quote:imp system@DB file=C:\orcl\exp_schema_28may.dmp log=C:\orcl\exp_schema_28may.log fromuser=robo touser=robo grants=y indexes=y constraints=y rows=N
Note --I am using 2 import commands one is to load data without indexes and constraints and another is to create indexes and constraints without data.
Could you tell me how to fix this error?
Thanks
[Updated on: Thu, 29 May 2014 04:42] Report message to a moderator
|
|
|
|
Re: ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM [message #614979 is a reply to message #614975] |
Thu, 29 May 2014 04:48  |
Mohan10g
Messages: 159 Registered: May 2009 Location: INDIA
|
Senior Member |

|
|
I am getting following error when trying to create indexes and constraints without table data using import utility
but paralleley when checked in database indexes are created. Could you clarify this?
Quote:IMP-00017: following statement failed with ORACLE error 1452:
"CREATE UNIQUE INDEX "SNAP_IDX" ON "SNAP" ("M_ROW$$" ) PCTFRE"
"E 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 131072 FREELISTS 1 FREELIST GR"
"OUPS 1) TABLESPACE "DEMO_DATA" LOGGING"
IMP-00003: ORACLE error 1452 encountered
ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
IMP-00017: following statement failed with ORACLE error 20000:
"BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'"I_SNAP$_CRM_RM_MV"',NULL,NULL,NULL"
",2719,10,2719,1,1,186,1,6); END;"
IMP-00003: ORACLE error 20000 encountered
ORA-20000: Unable to set values for index I_SNAP$_SNAP_IDX: does not exist or insufficient privileg
ORA-06512: at "SYS.DBMS_STATS", line 3908
ORA-06512: at "SYS.DBMS_STATS", line 4017
ORA-06512: at line 1
IMP-00017: following statement failed with ORACLE error 1452:
[Updated on: Thu, 29 May 2014 05:58] Report message to a moderator
|
|
|