1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
| Dump file d:\oracle\RDBMS\trace\ORA10608.TRC
Mon Jun 13 17:35:12 2005
ORACLE V8.1.7.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 Service Pack 4, CPU type 586
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the Partitioning option
JServer Release 8.1.7.0.0 - Production
Windows 2000 Version 5.0 Service Pack 4, CPU type 586
Instance name: gnx
Redo thread mounted by this instance: 1
Oracle process number: 57
Windows thread id: 10608, image: ORACLE.EXE
*** 2005-06-13 17:35:12.329
*** SESSION ID:(9.42657) 2005-06-13 17:35:12.314
DEADLOCK DETECTED
Current SQL statement for this session:
INSERT INTO IG_EVENT ( EVENT_PRIORITY,EVENT_NAME,EVENT_TABLE,EVENT_COUNT ) VALUES ( :b1,:b2,:b3,1 )
----- PL/SQL Call Stack -----
object line object
handle number name
1baefdf0 47 function SOC1.IG_ADD_EVTGNX
18660db0 362 SOC1.IG_TRIG_EVL
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-0002000e-0001f816 57 9 X 53 55 S
TX-0001000e-0001fc0b 53 55 X 57 9 S
session 9: DID 0001-0039-00000002 session 55: DID 0001-0035-00000002
session 55: DID 0001-0035-00000002 session 9: DID 0001-0039-00000002
Rows waited on:
Session 55: no row
Session 9: no row |
Partager