Hi Staley,
Without further context is hard to "guess" why. One common issue is if before executing the query you have some sort of lock on the table (for example if you call a webservice that inserts a record there which is using a different transaction).
i'd recommend you checking with your DBA if you have any locks and try to identify the source of those if present.
Hope this helps,
Guilherme
Without further context is hard to "guess" why. One common issue is if before executing the query you have some sort of lock on the table (for example if you call a webservice that inserts a record there which is using a different transaction).
i'd recommend you checking with your DBA if you have any locks and try to identify the source of those if present.
Hope this helps,
Guilherme