Hi guys,
trying to create an index on oracle 12c: create index data_no.memo_cds on data_no.memo("xxx","blah"); but am getting ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired.
Any ideas how to solve this? Tried looking for locking sessions but there is none locking this table.