文档解释
ORA-14194: only one subpartition may be rebuilt
Cause: ALTER INDEX REBUILD SUBPARTITION contained descriptions of more than one subpartition to be rebuilt
Action: Ensure that the statement describes exactly one subpartition to be rebuilt and that it does not contain any commas
ORA-14194 is an Oracle Database error code indicating that only one subpartition may be rebuilt at a time.
The official explanation of this error is “ORA-14194: only one subpartition may be rebuilt”.
Common cases in which this error may be encountered include attempting to rebuild more than one subpartition at a time while using an ALTER TABLE MODIFY command, or attempting to rebuild more than one subpartition at once while using the ALTER TABLE ADD PARTITION command.
In order to resolve this error, an ALTER TABLE statement should be issued in order to specify that just one subpartition is the target of the rebuild. The syntax is as follows:
ALTER TABLE table_name { MODIFY PARTITION partition_name REBUILD SUBPARTITION subpartition_name | ADD PARTITION partition_name REBUILD SUBPARTITION subpartition_name }
Once the one subpartition has been specified, the rebuild can be completed successfully.
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/271941.html<

