As the error message suggests, you have to treat it as a deadlock.
Find out which are the other transactions holding locks on the table. Kill the other transaction or convert lock type using dbms_lock package.