SQL Loader lock
677929Apr 22 2009 — edited Apr 23 2009Hi,
We are loading a table using direct path SQL Loader. The data will be loaded in to one partition. While the load is running we are trying to TRUNCATE another partition. But the TRUNCATE will cause an ORA-00054: Resource busy and acquire with NOWAIT specified.
It seems that the load takes a shared lock on that specific table. Which prevent the TRUNCATE.
Is it possible to prevent the load to take a lock on table level? Any other suggestion how to run this two parallel?
Regards
David