DBMS_PCLXUTIL.BUILD_PART_INDEX and lock
Hello,
Oracle Database 19.23DBMS_PCLXUTIL.BUILD_PART_INDEX
allow intra-partition parallelism for creating partition-wise local indexes. There is no online parameter as with "CREATE INDEX ONLINE".
So what is DBMS_PCLXUTIL.BUILD_PART_INDEX impact regarding dml operations on processed partitions ? Is online implicit or not ?
Regards
Laurent