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 -> Problem: Calling ConText proc from JDBC

Problem: Calling ConText proc from JDBC

From: Dieter Niggeler <dieter.niggeler_at_comit.ch>
Date: Thu, 30 Sep 1999 20:48:25 +0200
Message-ID: <37F3B079.D3050437@comit.ch>



Intermedia Text is working fine over JDBC except when I call the procedure
ctx_doc.markup(..). While executing the statement

begin ctx_doc.markup('text_b_ind',1,'oracle%','markuptab',0,TRUE); end;
the following error occurs:

java.sql.SQLException: ORA-20000: ConText error:
DRG-11422: linguistic initialization failed
DRG-00100: internal error, arguments : [52100],[drxf.c],[707],[gxtopen],[0]
ORA-06512: at "CTXSYS.DRUE", line 122
ORA-06512: at "CTXSYS.CTX_DOC", line 510
ORA-06512: at line 1

Executing the call in sqlplus is no problem.

My environment:
Oracle 8.1.5 for NT
Connection over the JDBC thin driver 816classes12.zip
JDK1.2

Thanks
Dieter
dieter.niggeler@comit.ch
  Received on Thu Sep 30 1999 - 13:48:25 CDT

Original text of this message

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