Create Domain Index Hangs
I am trying to create a domain index in SAP's application esourcing on Oracle 11.2.0.4. It seems to run fine and then just hang. Let me explain.
Here is the SQL that I am running. This comes from SAP. I got the exact SQL via Toad.
CREATE INDEX CLMUSER.FCI_360_TXT ON CLMUSER.FCI_ATTACHMENT_BLOB
(FILE_DATA)
INDEXTYPE IS CTXSYS.CONTEXT
PARAMETERS('POPULATE FILTER ODP_FILTER LEXER ODP_LEXER WORDLIST ODP_WORDLIST STOPLIST ODP_STOPLIST SECTION GROUP ODP_SECTION_GROUP')
parallel 30
I altered it to use parallel of 30 (I have 32 CPUs) to see if I could get it to run faster. It does the same thing with no parallel parameter defined. I turned off archive mode and tried to increase the SGA as well. (based on some research I did).