文档解释
ORA-26090: row is in partial state
Cause: A direct path operation is being finished or a data save request
* has been made, but the table for which the request is being made
* on has a row in partial state. The row must be completed before
* the segment high water marks can be moved.
Action: Either complete the row, or abort the direct path operation.
ORA-26090错误表示存储在单个事务中发生了某类不完整性错误,而且已找到此错误的实体,其中至少一行处于部分状态。
官方解释
ORA-26090表示在单个事务中发生了某种类型的不完整性错误,其中至少有一行记录处于部分状态。
常见案例
当用户在Oracle数据库中尝试启动或完成一个事务时,会出现ORA-26090错误。
一般处理方法及步骤
1.查看报错行,找出发生错误的对象。
2.在对象上执行对象的修复操作:
ALTER TABLE