Oracle Text (MOSC)

MOSC Banner

creating index failing with errors ORA-29855 DRG-50857 ORA-12838 in 11.2.0.4 database

edited Feb 28, 2019 5:54AM in Oracle Text (MOSC) 2 commentsAnswered

create index "HR"."PER_ADDRESSES_N4"

  on

"HR"."PER_ADDRESSES"

      ("DERIVED_

LOCALE")

  indextype is ctxsys.ctxcat

  parameters(''

    lexer

"PER_ADDRESSES_N4_LEX"

    wordlist        "PER_ADDRESSES_N4_WDL"

    stoplist

"PER_ADDRESSES_N4_SPL"

    storage         "PER_ADDRESSES_N4_STO"

    index set

"PER_ADDR

ESSES_N4_IXS"

  '')

';

Errors:

Ignoring ODCIINDEXCREATE routing errors, continuing

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine

ORA-20000:

Oracle Text error:

DRG-50857: oracle error in dripref.set_preferences

ORA-12838:

cannot read/modify an object after modifying it in parallel

ALTER INDEX "HR"."PER_ADDRESSES_N4" PARALLEL 1

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