You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "David Robson (JIRA)" <ji...@apache.org> on 2015/12/08 08:32:10 UTC

[jira] [Updated] (SQOOP-2723) Oracle connector not working with lowercase columns

     [ https://issues.apache.org/jira/browse/SQOOP-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Robson updated SQOOP-2723:
--------------------------------
    Attachment: SQOOP-2723.patch

> Oracle connector not working with lowercase columns
> ---------------------------------------------------
>
>                 Key: SQOOP-2723
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2723
>             Project: Sqoop
>          Issue Type: Bug
>          Components: connectors/oracle
>    Affects Versions: 1.4.6
>            Reporter: David Robson
>            Assignee: David Robson
>             Fix For: 1.4.7
>
>         Attachments: SQOOP-2723.patch
>
>
> For example the following table does not work for imports or exports:
> CREATE TABLE "TestV500"."Xy" 
>    (	"a" NVARCHAR2(255) DEFAULT NULL, 
> 	"x" NUMBER(10,0) DEFAULT NULL, 
> 	"y" NUMBER(10,0) DEFAULT NULL
>    );



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)