'Oracle workspace manager DBMS_WM.COMMITDDL takes long time to finalize changes

I'm relatively new to using oracle workspace manager in 12c.

Have made DDL changes to version enabled table. To finalize the changes the below command is taking almost 45 minutes. Any tips to improve the execution time?

EXEC DBMS_WM.COMMITDDL(<tbl_name>);


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source