Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Knowledge Base Extension Compiler Problem

Knowledge Base Extension Compiler Problem

From: OliS! <oliver.schrauth_at_freenet.de>
Date: 23 Aug 2002 05:57:29 -0700
Message-ID: <ba153465.0208230457.3bdcfc53@posting.google.com>


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:

  1. NLS_LANGUAGE is set to GERMAN_GERMANY.WE8ISO8859P1
  2. I've create a thesaurus text file called kb_test.txt
  3. 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.
  4. "SELECT * FROM CTX_THESAURI" shows 1 Row
    >THS_OWNER THS_NAME
    >xxx KB_TEST
    Still everything alright.
  5. 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US