Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dba_waiters.lock_type = "Disk Space Transaction" - significance?
I have a background process running that's doing an analyze on tables, and storing the information in another table. The table in which it's trying to store information has currently reached the maximum number of extents (I'm doing a test to see how the background job handles ORA- errors, so far not very gracefully.)
Now other sessions are "stuck" behind the one session doing the analyze. What could be the causes for this lock_type? ("disk space transaction")
Oracle 8.1.7 - Windows 2000
SQL> select * from dba_waiters ;
WAITING_SESSION HOLDING_SESSION LOCK_TYPE
--------------- --------------- --------------------------MODE_HELD
17 21 Disk Space Transaction
Exclusive
Exclusive
0
0
20 21 Disk Space Transaction
Exclusive
Exclusive
0
0
Received on Fri Sep 14 2001 - 21:33:10 CDT
![]() |
![]() |