Hello Experts
Oracle 12c
Procedure failing with ORA-04021: timeout occurred while waiting to lock object . Checked the locked objects and found the table under DDL_Lock table(dba_ddl_locks).

We have disconnected above session using
alter system disconnect session '2463.11504' immediate
Status session in V$Session is now killed

Still the lock is present and unable to run the procedure or truncate the table.
:(...