[ https://issues.apache.org/jira/browse/SQOOP-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkat Ranganathan updated SQOOP-1209: -------------------------------------- Affects Version/s: 1.4.4 > DirectNetezzaManager fails to find tables from older Netezza system catalogs > ---------------------------------------------------------------------------- > > Key: SQOOP-1209 > URL: https://issues.apache.org/jira/browse/SQOOP-1209 > Project: Sqoop > Issue Type: Bug > Components: connectors > Affects Versions: 1.4.4 > Reporter: Kaufman Ng > Assignee: Venkat Ranganathan > Fix For: 1.4.5 > > Attachments: SQOOP-1209.patch > > > DirectNetezzaManager's checkTable method fails to find table and it will error out and returns something like: > " is not a valid Netezza table" > The cause is the query to look for netezza table (QUERY_CHECK_DICTIONARY_FOR_TABLE) is case-sensitive. To query for tables in Netezza catalog this needs to be case-insensitive. > Older netezza installs have system catalog tables stored in lowercase 'table', while more recent Netezza have 'TABLE' by default. > Based on the feedback from Netezza admins, the query recommended to check for tables in _V_TABLES system catalog (instead of _V_OBJECTS) table. -- This message was sent by Atlassian JIRA (v6.2#6252)