An exception occurred when I performed a Database Export task as follows:
An error occurred while importing data:
IMP-00017: The following statement failed due to Oracle error 1659:
"Create table" TB_XXXXXXXX "(" SERV_ID "NUMBER (9, 0) not null enable," ELEMEN"
"T_TYPE" NUMBER (1, 0) not null enable, "CATALOG_ID" NUMBER (9, 0) not null en"
"ABLE," CATALOG_NAME "VARCHAR2 (40) not null enable) PCTFREE 10 PCTUSED 40 I"
"NITRANS 1 MAXTRANS 255 STORAGE (INITIAL 10485760 FREELISTS 1 freelist groups" (The table name space in the table creation statement is an example description, not true)
"1 BUFFER_POOL DEFAULT) TABLESPACE" TS_CMS "logging nocompress"
IMP-00003: encountered ORACLE error 1659
ORA-01659: unable to allocate MINEXTENTS beyond 8 in tablespace IOM_EVNET_DATA
Solution: Use a text editor to open the exported file.
Replace TABLESPACE "TS_CMS"
TABLESPACE "TS_CUNTONG ".
TS_CUNTONG is the tablespace name of the target database.
Then you can execute the import.