Hi everyone!
I want to compile a completely new GERMAN thesaurus (using Oracle
8.1.7.3.0/Win2000Pro).
But compiling produces the following output:
>Connecting...
>Creating thesaurus default...
>Thesaurus default created...
>Processing...
>5 lines processed successfully
>Beginning insert...5 lines inserted successfully
>Disconnected
But let me explain, what i have done so far:
- NLS_LANGUAGE is set to GERMAN_GERMANY.WE8ISO8859P1
- I've create a thesaurus text file called kb_test.txt
- I've loaded it using: ctxload -user xxx/xxx -thes -thescase Y -name
kb_test -file kb_test.txt which causes the following output:
>Connecting...
>Creating thesaurus default...
>Thesaurus default created...
>Processing...
>5 lines processed successfully
>Beginning insert...5 lines inserted successfully
>Disconnected
Everything right so far, i think.
- "SELECT * FROM CTX_THESAURI" shows 1 Row
>THS_OWNER THS_NAME
>xxx KB_TEST
Still everything alright.
- Now i want to compile the thesaurus: ctxkbtc -user ctxsys/ctxsys
-name kb_test
Oracle says:
>Oracle interMedia Text knowledge base extension: thesaurus compiler
>Connected to Oracle8i Enterprise Edition Release 8.1.7.3.0 -
Production
>DRG-52108: failed to delete knowledge base user extension
>DRG-52108: failed to delete knowledge base user extension
>DRG-11208: ORACLE_HOME wurde nicht eingestellt ()
>Disconnected
Does anybody of you has an idea, how to solve the problem?
(BTW creating interMEDIA Text indexes without themes work fine, so
there is no general problem with interMEDIA)
thanks Oli
Received on Fri Aug 23 2002 - 07:57:29 CDT