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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: java.sql.SQLException: Non supported character set: oracle-character-set-1

Re: java.sql.SQLException: Non supported character set: oracle-character-set-1

From: Giovanni Cuccu <giovanni.cuccu_at_gmail.com>
Date: Fri, 19 Jan 2007 16:13:42 +0100
Message-ID: <23e0d1170701190713n37d97f23j463fe0b4ad51c678@mail.gmail.com>


Sandra,

   just a guess, but may be the java program is unable to locate the oracle jdbc charset support library. the solution is to put the correct jar file in the classpath.
the name of the jar depends by the oracle jdbc version, you can download them here
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html for 10g driver (that according to otn site works with 9.2. db) you must download (http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html) two files ojdbc14.jar and orai18n.jar. the last one provides NLS support. I suggest always to use the ojdbc and orai18n of same version. Once you get the file you must install them in the classpath of the jasva program.
If you can work together with a java developer installing the two jar would be easy.
hth,

   Giovanni

-- 
--------------------------------------------------------------------
Another free oracle resource profiler
http://sourceforge.net/projects/oraresprof/
Now version 0.9
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 19 2007 - 09:13:42 CST

Original text of this message

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