zoukankan      html  css  js  c++  java
  • ORA-14517: Subpartition of index "string.string" is in unusable state

    今天碰到个ORA-03113, 原因不明. 猜测因为某些table DDL操作过后导致index unuable的case, 然后进行analyze table, 再碰到ORA-14517.  最后通过rebuild index subpartition解决.

    ORA-03113: end-of-file on communication channel

    Cause: The connection between Client and Server process was broken.

    Action: There was a communication error that requires further investigation. 

    ==============================================================================================

    Oracle Error: ORA-14517
    Error Description:
    Subpartition of index "string.string" is in unusable state

    Error Cause:
    An attempt has been made to access an index subpartition that has been marked unusable by a direct load or by a DDL operation.

    Action:
    REBUILD the unusable index subpartition.

  • 相关阅读:
    L2-1 功夫传人 (25分)
    7-11 家庭房产(25 分)
    7-11 玩转二叉树 (25分)
    7-10 排座位 (25分)
    7-12 最长对称子串 (25分)
    7-10 树的遍历 (25分)
    STL
    Max Gcd
    水果
    Rails
  • 原文地址:https://www.cnblogs.com/pekkle/p/6568829.html
Copyright © 2011-2022 走看看