DDL operation while execution Home > Oracle Application Blog > DDL operation while execution While query execution we cannot do the ddl operation in the earlier versions From 11g we can use the below script to lock the object for mentioned seconds and perform the ddl operation. ALTER SESSION SET DDL_LOCK_TIMEOUT=60; Doyensys social@doyensys.com Recent Posts Restricting multiple sessions per user in Oracle APEX APEX USER LOGIN LOGOUT AUDIT Converting UTC to Local Time with DST in Oracle Integration