With SQL Developer on a 11g database, I’m trying to update a record, like this :
update table_test
set field_test = 0
where table_test_id = 64664;
The problem is that query is taking very very long. 8 minutes have elapsed without success.
Has anyone an idea about what could be wrong ?
TABLE_TEST_IDthe primary key of the table?DBA_WAITERSandDBA_BLOCKERStables?