I have an oracle table with a column from type \"SYS.XMLTYPE\" and a storage procudure which is doing the insert:
I am trying to create an index in Oracle, my ddl : create index OMD_DOCTEXT2_CTX on table_name(col_name)