Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Enable concurrent execution of cpimport (multi-threaded) and DML statements (specifically DELETE) on the same table. Currently, cpimport imposes an exclusive table-level lock that causes immediate MCS-2009 errors when a DELETE is attempted simultaneously, rather than allowing the operations to queue or run in parallel.