• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB + varchar2 field size + UTF-8 Problem

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !
I'm having a really weird error.
I've created a table in the database (Oracle 9i) with a varchar2(4000) field. The problem is, when I try to insert a record into this table, I get a EJB error, that says the maximum size for the field has been exceeded ! The max varchar2 size I can insert is 1000 (a thousand of 'a' character)! Any clue about it ?
My enviroment:
- Windows 2000 Server
- Oracle 9iAS
- Oracle 9i Database with UTF-8 encoding character set

Any help is welcome !
Thanx !
Eduardo.
 
reply
    Bookmark Topic Watch Topic
  • New Topic