[ 
https://issues.apache.org/jira/browse/SQOOP-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172768#comment-13172768
 ] 

Hudson commented on SQOOP-414:
------------------------------

Integrated in Sqoop-ant-jdk-1.6 #69 (See 
[https://builds.apache.org/job/Sqoop-ant-jdk-1.6/69/])
    SQOOP-414. Column name ordering guarantee for OracleManager.

(Bilung Lee via Arvind Prabhakar)

arvind : http://svn.apache.org/viewvc/?view=rev&rev=1220973
Files : 
* /incubator/sqoop/trunk/src/java/org/apache/sqoop/manager/OracleManager.java

                
> Column names are not guaranteed in order for getColumnNames of OracleManager
> ----------------------------------------------------------------------------
>
>                 Key: SQOOP-414
>                 URL: https://issues.apache.org/jira/browse/SQOOP-414
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Bilung Lee
>            Assignee: Bilung Lee
>             Fix For: 1.4.1-incubating
>
>         Attachments: SQOOP-414.patch
>
>
> OracleManager uses the following query to retrieve column names:
> public static final String QUERY_COLUMNS_FOR_TABLE =
>   "SELECT COLUMN_NAME FROM ALL_TAB_COLUMNS WHERE "
>   + "OWNER = ? AND TABLE_NAME = ?";
> However, it does not guarantee the order of the returned column names
> unless a "ORDER BY" is specified.  This may not work properly for newer
> version of Oracle.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to