ORA-55754
Resource busy error is detected for the reservable column update statement. A delete or a DDL operation is conflicting with this update statement.
        
        Cause
The reservable column update operation is conflicting with a delete or a DDL transaction on the same rows.
Action
Retry the operation after some time. It will succeed when the transaction issuing the conflicting delete or DDL has completed.