too many synonyms per synonym ring - Oracle Text -


i created own thesaurus arabic language , created relations between terms define synonyms, used code:

  ctx_thes.create_thesaurus ('mythesurus');   ctx_thes.create_relation ('mythesurus', 'لعب', 'syn', 'مرح'); 

it worked fine, created more 10000 synonyms. when used code:

select ctx_thes.syn ('هم', 'plagthesurus') dual; 

it returned error message

ora-20000: oracle text error: drg-11702: many synonyms per synonym ring ora-06512: @ "ctxsys.drue", line 160 ora-06512: @ "ctxsys.ctx_thes", line 708 ora-06512: @ line 1 

i searched many, couldn't find results please?

looks have exceeded limit. oracle docs https://docs.oracle.com/database/121/ccref/cthes.htm#ccref2157

create_relation creates relation between 2 phrases in thesaurus. synonym ring limited in length 4000 synonyms, depending on word length.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -