ORA-00054: resource busy and acquire with NOWAIT specified
885842Oct 5 2012 — edited Oct 8 2012Im running 2 updates in the same schema but to 2 completely different tables via sql loader.
Due to timing issues they sometimes run at the same time. However i keep getting error :
ORA-00054: resource busy and acquire with NOWAIT specified
When i look this error up it says its due to a lock on a table but they are different tables.
Any ideas?
Many thanks