Hello everybody,after we changed our database server into Oracle 9, when creating (with PL/SQL Developer ver.5.1.6) a table containing character fields, I get a "x3 dimension field".
For example :
create table DUMMY
( ITEM1 CHAR(3),
ITEM2 CHAR(2), etc...
after the table creation I got...