Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> getString() crashes on Java Stored Procedure: known bug?
Greetings folks,
I'm the maintainer for a old legacy system running as a mission-critical application for a customer of mine.
Among all the components of this complex, oracle-based system is a Java Stored Procedure called "Generatore" (english: Generator) which takes content from the database and creates html files based on certain database-stored criteria.
When calling this procedure, certain data causes the procedure to crash. I know for certain that the getString(int index) method of the ResultSet class crashes when processing the following string:
março 2005
but it happens also with other strings. The .trc files recites the following:
Dump file /work02/orcl/udump/ora_9276.trc
Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
With the Partitioning and Java options
PL/SQL Release 8.1.5.0.0 - Production
ORACLE_HOME = /work01/oracle/product/8.1.5
System name: OSF1
Node name: <edited>
Release: V4.0 Version: 878 Machine: alpha
the machine is running AIX with JDK 1.1.4.
It seems from the stack trace that the error comes from the JDK and not from the package, and this hypotesis is confirmed by that fact that each and every getString in the code with "special" characters fails.
Is it a known bug? is there any know issues about running Oracle 8.1.5.0.0 with jdk 1.1.4 that causes the problem? Any patches? I'm totally clueless here...
Thanks in advance,
Francesco Received on Mon Mar 21 2005 - 03:38:01 CST