ORA-1658 [message #54335] |
Tue, 12 November 2002 02:38 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Abhijeet
Messages: 5 Registered: July 2002
|
Junior Member |
|
|
Hi,
I am getting ORA-1658 error while doing database import thus terminating the import process and importing half tables .
Can anybody let me know the cause & action to be taken.
|
|
|
Re: ORA-1658 [message #54339 is a reply to message #54335] |
Tue, 12 November 2002 05:13 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
S.Choudhury
Messages: 5 Registered: April 2002
|
Junior Member |
|
|
Hi,
ORA-01658 error is mainly for unabling to create INITIAL extent for segment in the tablespace where you are importing your export.
You have to increase your tablespace size so that sufficient contiguous space to allocate INITIAL extent for your segment being created.
Use ALTER TABLESPACE ADD DATAFILE to add additional space to the tablespace or retry with a smaller value for INITIAL of your segment.
Soumyendu
|
|
|