Deadlock Question [message #103423] |
Thu, 04 September 2003 10:38 |
Rahim
Messages: 11 Registered: September 2002
|
Junior Member |
|
|
Preface:
Oracle 9.2
HP Unix OS
We have a process within our application that, when initialized, creates a series of tables without constraints or indexes in a tablespace of our designation. We use these tables as temporary tables for our application. From time to time, I receive a deadlock on sys.cdef and sys.ccol - but nothing we are doing at that point would require updates to either of these tables that I'm aware of. When this error occurs, the application is running a simple CREATE TABLE XXXX (col1, col2,...,coln).
Any thoughts?
I will be happy to provide more information if you require it.
|
|
|