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 Creating a Qualifier for a Modifier Query to find the historical Quantity for an item Reducing AWS Costs by Right-Sizing Kubernetes Workloads