Announcement

Collapse
No announcement yet.

DatabaseMetaData::getIndexInfo does not work with tables that have lower case letters

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • DatabaseMetaData::getIndexInfo does not work with tables that have lower case letters

    Hi,
    I do not know if it is an Oracle problem or a JDBC problem generally (or only my problem). Trying to get the IndexInfos from tables where I do not have lower cases, works fine, the same situation with tables that do have lower cases doesn't give the indices. Using no quotes for the table name in my getIndexInfos call tells that there is no such table or view, using quotes does not show any exception, but returns no indices. All other efforts were folloewed by the error that I cannpt use these argmuents.
    I do not know what to do with that.
    Please help
    Udo
Working...
X