Oracle Text (MOSC)

MOSC Banner

Create Domain Index Hangs

edited Oct 7, 2014 8:48AM in Oracle Text (MOSC) 10 commentsAnswered ✓

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). 

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