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 -> ORA-600 in Japanese Database

ORA-600 in Japanese Database

From: Sergey Nikolayenko <tmpsniko_at_ptc.com>
Date: Tue, 05 May 1998 12:53:51 -0400
Message-ID: <354F441F.CB9941D6@ptc.com>


Hi All,

We have some graphical application that is receiving ORA-00600 error during connection to japanese database only. Trace file has some string "Current statement for this session: ..." with PL/SQL block, that only call particular procedure. We tried to debug it by using DBMS_PIPE package, but it does not sent anything to pipe (this method was tested for UNIX db server). We replaced all body of this procedure on sending some message into pipe - it sends nothing. It seems to me that the error assures during passing parameters to this procedure. This procedure has a many VARCHAR2 parameters and it is very possible, that something is wrong with conversion of values for this parameters.

We tested this application with different character sets, under different platforms, with different clients. And we have this problem in one case only:

  Database server on Windows NT (Intel or DEC Alpha).   Database was created with character set JA16EUC.   Client uses character set JA16SJIS (we tested clients under UNIX and Windows NT).

For other combination of character sets, type of clients all is OK.

Does anybody meet such problem?

--
Sergey V. Nikolayenko Software Engineer, Server Applications

Parametric Technology     email: tmpsnikolayenko_at_ptc.com
128 Technology Drive      phone: (617) 398-6519
Waltham, MA 02154           fax: (617) 398-5633




Received on Tue May 05 1998 - 11:53:51 CDT

Original text of this message

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