Mariano wrote:
>
> DB is already normalized and I don't think i've wrong something on it.
If it was normalised, it wouldn't have an array in it.
> The real problem is in file java, infact if I comment the line
> rs.getArray("DB_COLUMN_NAME_2"); there's no errore and application
> works fine.
That would make some kind of sense if that line didn't have any kind of
interaction with anything non-Java. That clearly is not the case.
Your bridge/driver/database combination does not appear to support the
operation.
Tom Hawtin