how to create preference default worldlist?
Hi,
For migration purpose we have create new database .on the source database we have the oracle text DEFAULT_WORDLIST prefence which is missing on the new database.Both are same version .
old db:
select * from CTX_PREFERENCE_VALUES;
..
CTXSYS DEFAULT_WORDLIST STEMMER ENGLISH
CTXSYS DEFAULT_WORDLIST FUZZY_MATCH GENERIC
..
on the new db they are missing.
Howe can we create the 2 preferences and the values please?
Thank you