Content Index Creation Running from last 26 hours
The Content Index creation is running from last 26 hours.
Below is the script
create index <schema.index_name> on <schema.table_name>(<column_name>)
indextype is ctxsys.context
parameters('STORAGE M_STORE')
parallel (DEGREE 12 INSTANCES 1)
local online;
The database version is Oracle 19C
Can you help us please ?