java.sql.DatabaseMetaData.getColumns field REMARKS is empty
149271Apr 4 2006 — edited Apr 5 2006I'm trying to get table and columns comments using java.sql.DatabaseMetaData.getColumns and REMARKS field from the rs . But it's empty alought there are comments defined in oracle.
In using oracle 10.2 (XE) , with jdevloper (10.1.3) and jdbc 1.4 (drivers that come with the installation).
Any ideas will be welcome