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: ORA-17055 ?

Re: ORA-17055 ?

From: Mladen Gogala <mgogala_at_verizon.net>
Date: Wed, 18 Oct 2006 01:07:14 -0400
Message-id: <1161148034l.3426l.2l@medo.noip.com>

On 10/17/2006 10:12:48 PM, cosmin ioan wrote:
> ORA-17055
> Invalid character encountered in
>
>
> hi guys, has anyone encountered this in JDBC apps? -- not very well documented in Oracle and I'm not a Java developer ;-)
>
> not sure what to make of it and don't know if it has anything to do with some tables' columns being defined as varchar2( x byte) vs varchar2(x)...

Cosmin, you can always set something like:

alter system set events='17055 trace name errorstack forever, level 10' scope=memory;

That will cause these errors to create a trace file in user_dump_dest and SQL statement causing the error will be in the trace file as well. That will make it easier to decide the next step.

-- 
Mladen Gogala
http://www.mladen-gogala.com

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 18 2006 - 00:07:14 CDT

Original text of this message

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