Hi,
Iam finding a deadlock in my trace file

DEADLOCK DETECTED
Current SQL statement for this session:
UPDATE POTRANS SET ID = :ID,LOC_INBOUND =
null,ACTIVE_FLAG='T' WHERE TRANS_NUM='APIKO233S;
9' AND LOCN_ID = 'UCBH914306'
The following deadlock is not an ORACLE error. It is a
deadlock due to user error in the design of an application
or from issuing incorrect ad-hoc SQL. The following
information may aid in determining the deadlock:
Deadlock graph:
---------Blocker(s)-------- ---------Waiter(s)---------
Resource Name process session holds waits process session holds waits
TX-000500be-0001c71a 19 9 X 15 100 X
TX-000700bf-0001c391 15 100 X 19 9 X
session 9: DID 0001-0013-00000002 session 100: DID 0001-000F-00000002
session 100: DID 0001-000F-00000002 session 9: DID 0001-0013-00000002
Rows waited on:
Session 100: obj - rowid = 0000A8A6 - AAAKimAAGAABe6VAAR
(dictionary objn - 43174, file - 6, block - 388757, slot - 17)
Session 9: obj - rowid = 00009BAE - AAAJuuAAGAAAm16AAf
(dictionary objn - 39854, file - 6, block - 159098, slot - 31)
Information on the OTHER waiting sessions:
Session 100:
pid=15 serial=2160 audsid=3168042
Current SQL Statement:
UPDATE TRANSLINES
set STATUS=:b2,DESTLOCN_ID=:b3
where TRANS_NUM=:b1
End of information on OTHER waiting sessions.


There are no locks on any table!!iam getting contineously this trace files as deadlock detected.i know oracle rollbacks automatically one session.But iam getting generated contineously with the trace files as deadlock detected.how to release this dead lock.
any help wil be greately appreciated.
Ruju