Oracle 9.2 - UTF8 - Semantics=CHAR

Gil

Member
Hello,
I have a db configured in this way:
Oracle rdbms rel. 9.2.0.5
Character Set / NChar Set = UTF8
NLS_LENGTH_SEMANTICS = CHAR

I know from this forum that configuration is
supported only by the next release 6, now in
beta 2.
I am working with that beta rel. and I noted
that the fields char/ varchar2 are not managed well:
e.g. if the original field is varchar2(5 char),
it is described by Pl/sql as varchar2(15) and
what it is worst the view/edit function display varchar2(15), that is wrong !

Q: do you think to solve these problems with the final rel. 6 ? when the rel. 6 will be available ?

Thank you. Regards.
Gilberto.
 
Back
Top