ORA-14048: partition maintenance operation cannot be combined with other operations today fannairu students imported database error, prompt: IMP-00017: Due to ORACLE error 14048, the following statement failed: "alter index" SYS_C009967 "unusable enable"
IMP-00003: encountered ORACLE error 14048
ORA-14048: partition maintenance operations can not be combined with other actions to solve the process: www.2cto.com at the beginning first in the import library to find the index named SYS_C009967, the results are not found, I think this index should be not created successfully, then you can only find the reason for the export. according to the error message, it should be export out of the database out of the problem, in the export a check, it is true that SYS_C009967 status is UNUSABLE, according to my previous blog to fix the status of unusable index (ORA-01502) to fix the index http://www.bkjia.com/database/201206/134980.html, and then export, import, you can. note: The exported and imported database versions are both oracle 10g author Sailtseng.