`

Index XXX or partition of such index is in unusable state

阅读更多
问题:
删除oracl数据库中某张表的某条记录时报错:
index   "SYS.IX_target"   or   partition   of   such   index   is   in   unusable   state
解决方案:
--查询UNUSABLE状态的index
select index_name, status, owner from
dba_indexes where STATUS = 'UNUSABLE';

--组装重新编译index的sql语句
select 'alter index '||owner||'.'||index_name||' rebuild;' from
dba_indexes where STATUS = 'UNUSABLE';

--执行组装好的语句
alter index SYS.IX_target rebuild;
分享到:
评论

相关推荐

    mcsphard,an important np-c question

    hP, Qi is a common partition of A and B if Q is a permutation of P. The minimum common string partition problem (MCSP) is to find a common partition of two strings A and B with the minimum number of ...

    Minimum convex partition of a polygon with holes by cuts in given directions

    Minimum convex partition of a polygon with holes by cuts in given directions

    Active@ Partition Recovery v.5.0.357 Enterprise Toolkit. Retail

    Active@ File Recovery utility is also included to allow you to save your files and folders in case of unsuccessful partition recovery (for example, the file system itself is severely damaged and ...

    微软内部资料-SQL性能优化5

    However, if we are searching for multiple rows, such as duplicate values, or keys in a range, anything more than a small number of rows will make the nonclustered index search very inefficient. ...

    Rocks_automatic_partitioning_errors

    You have not defined a root partition which is required for installation of Rocks to continue You have not created a boot efi partition This can happen if there is not enough space on your hard ...

    Partition Table in MS SQL Server

    Partition Table in MS SQL Server

    Recovery Partition Creator 3.8

    Recovery Partition Creator 4.0.4 is used to recreate the "Recovery Partition" of macOS system on MBP,iMac and Mac Mini etc. It is compatible with the macOS10.9 or greater. It can work on the last ...

    Abaqus implementation of extended finite element method

    to capture the plasticity induced crack closure effect, an element partition and state recovery algorithm for dynamically allocated Gauss points is adopted for efficient integration of historical ...

    Recovery Partition Creator 4.0.4.zip

    Recovery Partition Creator 4.0.4 is used to recreate the "Recovery Partition" of macOS system on MBP,iMac and Mac Mini etc. It is compatible with the macOS10.9 or greater. It can work on the last ...

    vmware dualboot tech note.pdf

    computers and want to run one or more of the existing operating systems in a virtual machine. If you are in this situation, you might want to use the existing installation of an operating system ...

    spin statistics, partition function and network entropy

    The effect of the spin statistics is (a) in the case of bosons to allow the particles in the heat bath to congregate in the lower energy levels and (b) in the case of fermions to populate higher ...

    A SURVEY OF ALGORITHMS FOR DENSE SUBGRAPH DISCOVERY

    of clustering is largely concerned with that of finding a fixed partition in the data, whereas the problem of dense subgraph discovery defines these dense compo- nents in a much more flexible way. The...

    Jewels.of.Stringology.PDF

    The term "stringology" is a popular nickname for text algorithms, or algorithms on strings. This book deals with the most basic algorithms in the area. Most of them can be viewed as "algorithmic ...

    Pose Partition Network pre-trained model

    The proposed PPN is favorably featured by low complexity and high accuracy of joint detection and partition. In particular, PPN performs dense regressions from global joint candidates within a ...

    微软内部资料-SQL性能优化2

    A stack is an area of memory in which program procedure or function call addresses and parameters are temporarily stored. In Process To run in the same address space. In-process servers are loaded ...

    EASEUS Partition Master 6.5.1 - Best Free Magic Partition Manager

    As Partition Magic alternative, EASEUS Partition Master freeware is an ALL-IN-ONE partition software and the most convenient hard disk partition manager toolkit including Partition Manager, Disk & ...

    Oracle分区技术介绍

    DSS queries on very large tables present special performance problems....Partitioning satisfies this requirement by allowing partitions of a table or index to be stored in different tablespaces.

    dynamic xfem in orthotropic medium

    An extended finite element method has been proposed for modeling ...verify the approach, and the accuracy of the results is discussed by comparison with other numerical or (semi-) analytical methods.

    oracle_partition_index.zip_partition

    上传oracle数据库文档 主要讲解oracle分区和索引 提高数据库性能的

    deep learning

    co-founder and CEO of Tesla and SpaceX, Deep learning is a form of machine learning that enables computers to learn from experience and understand the world in terms of a hierarchy of concepts....

Global site tag (gtag.js) - Google Analytics