SQL Performance (MOSC)

MOSC Banner

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 ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center