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

Home -> Community -> Usenet -> c.d.o.server -> Need help with ConText cartridge

Need help with ConText cartridge

From: <marciat_at_my-deja.com>
Date: 2000/05/12
Message-ID: <8fhsjc$rku$1@nnrp1.deja.com>#1/1

Anybody have experience with the ConText cartridge (version 2.4.5.0.0 on 8.0.5) running on NT 4.0?

I ran the manual installation process as follows (the steps I took are from documentation I found on Oracle's website):

1.  ran drcrsyst.sql as sys to create the ctxsys user
2.  ran dr0inst.sql as ctxsys to create the d.d. tables
3.  ran drgus.sql as ctxsys to populate the error message tables.
4.  tried to start a server at the command line (with
   ORACLE_SID and ORACLE_HOME set appropriately)as follows:
     ctxsrv80 -user ctxsys/<password> -personality DL

And I get the following error:

16-13-58 05/12/00 === OCO server startup ===
16-13-58 05/12/00 Initialized CORE
16-13-59 05/12/00 Connected to database.
16-13-59 05/12/00 === Initializing dispatcher ===
16-13-59 05/12/00 === Server startup completed. ===
16-13-59 05/12/00 ..initializing ConText child heap
16-13-59 05/12/00 ..initializing ConText settings
16-13-59 05/12/00 ..reading ConText settings from database
16-13-59 05/12/00 === Server failure ===
16-13-59 05/12/00 === Server shutting down ===

When I re-run the same command with -sqltrace on, it seems to always crash at the point where it is executing the following sql statement: DELETE FROM DR$SERVER WHERE SER_NAME = :b1

I can't tell what :b1 is being set to. Perhaps is is NULL or not set, thus the SQL Statement is invalid?

Anyhow, is there some sort of step I am missing here to establish a ConText server? All I want to do is run the demo scripts so I can see if it is something I want to use for a project we have coming up!

Any help is greatly appreciated.

Thanks!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri May 12 2000 - 00:00:00 CDT

Original text of this message

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