Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Deadlock issue - Financials
We have a situation where the autoinvoice process now deadlocks after a
reorg.
This is 10.7 character prod 12. (Oracle 7.3.4) It appears to deadlock
after a select statement according to the log. Why would that be?
The statement that occurs just before the deadlock in the log is
select s.rowid,
l.interface_line_id, l.request_id, l.last_update_login, l.last_updated_by
and l.line_type = 'LINE' and l.interface_line_context = 'OpenUPTIME' and l.interface_line_context = s.interface_line_context and l.interface_line_attribute1 = s.interface_lineattribute1 and l.intreface_line_attribute2 = s.interface_lineattribute2 and l.interface_line_attribute3 = s.interface_lineattribute3 and l.interface_line_attribute4 = s.interface_lineattribute4
We checked the indexes on RA_INTERFACE_LINES_ALL, RA_INTERFACE_SALES_CREDITS_ALL, and they appear to be the same in the 2 environments. We have one instance that is an old stamp of the database where autoinvoice still runs fine, and the re-orged one where it does not. Those are the 2 environments.
Can anyone make any recommendations how to proceed? Anything at all
would be appreciated within any range of the help spectrum.. How to
track it down etc., It's
proprietary Oracle software so it's not a screwy developer code
problem..or even if it is, there is probably a resolution.
![]() |
![]() |