#UNUSABLE

ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE

文档解释ORA-29861:domainindexismarkedLOADING/FAILED/UNUSABLECause:AnattempthasbeenmadetoaccessadomainindexthatisbeingbuiltorismarkedfailedbyanunsuccessfulDDLorismar...

ORA-26029: index string.string partition string initially in unusable state

文档解释ORA-26029:indexstring.stringpartitionstringinitiallyinunusablestateCause:ApartitionofanindexisinIUstatepriortothebeginning*ofadirectpathload,itcannotbemaint...

ORA-14079: illegal option for a partition marked Index Unusable

文档解释ORA-14079:illegaloptionforapartitionmarkedIndexUnusableCause:ALTERINDEXMODIFYPARTITIONstatementagainstanindexpartitionmarkedIndexUnusablecontainedSTORAGEand...

ORA-38803: edition is unusable

文档解释ORA-38803:editionisunusableCause:Thiserroroccurredbecauseareferencewasmadetoanunusableedition.Action:Useanotheredition.ORA-38803指示所尝试使用版本是不可用的。通常原因是用户尝试使用被删...
IT技术学习 IT技术学习·2023-07-08

ORA-38809: edition must be unusable

文档解释ORA-38809:editionmustbeunusableCause:Thiserroroccurredbecauseanattemptwasmadetodropausableedition.Action:Retryafterthealteringtheeditiontobeunusable.ORA-388...

MySQL Error number: MY-013236; Symbol: ER_DATA_DIRECTORY_UNUSABLE; SQLSTATE: HY000

文档解释Errornumber:MY-013236;Symbol:ER_DATA_DIRECTORY_UNUSABLE;SQLSTATE:HY000Message:Thedesignateddatadirectory%sisunusable.Youcanremoveallfilesthattheserveraddedt...

MySQL Error number: MY-013455; Symbol: ER_DATA_DIRECTORY_UNUSABLE_DELETABLE; SQLSTATE: HY000

文档解释Errornumber:MY-013455;Symbol:ER_DATA_DIRECTORY_UNUSABLE_DELETABLE;SQLSTATE:HY000Message:Thenewlycreateddatadirectory%sby–initializeisunusable.Youcanre...

索引错误 ORA-01502: index index_name or partition of such index is in unusable state

错误原因:  这个错误一般是因为索引状态为UNUSABLE引起的。你可以通过下面SQL,查看索引的状态SELECTOWNER,INDEX_NAME,STATUS FROMDBA_INDEXESWHEREINDEX_NAME='INDEX_NAME';SELECTOWNER,INDEX_NAME...
首页上一页12下一页尾页