I have created a new database and I want to import one schema to my new database. While importing I am getting the following errors. If anybody knows what the exact problem is, please help me soon..
Error regarding INITIAL EXTENT
IMP-00003: ORACLE error 1658 encountered
ORA-01658: unable to create INITIAL extent for segment in tablespace TS_ERIC
IMP-00017: following statement failed with ORACLE error 1659:
I have read that this error can happen because of two reasons ie either tablespace size is small or extent size is too large. Here both extents I have given 1K. Also I added more datafiles into the table space. Even I am getting the same error.
The tablespace is set to autoextend indefinately, so maybe you have run out of physical disk on that device (or the amount available to oracle).
Check the quota the user has on the tablespace too.
Bookmarks