今天碰到个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.

 

相关文章:

  • 2021-06-19
  • 2021-07-11
  • 2021-08-20
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-09-13
  • 2021-12-18
  • 2021-10-24
  • 2021-09-04
  • 2022-12-23
  • 2021-06-22
  • 2021-11-07
相关资源
相似解决方案