You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2014/11/15 02:32:33 UTC

[jira] [Updated] (SQOOP-457) Issue with connecting oracle

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

Gwen Shapira updated SQOOP-457:
-------------------------------
    Fix Version/s: no-release

> Issue with connecting oracle
> ----------------------------
>
>                 Key: SQOOP-457
>                 URL: https://issues.apache.org/jira/browse/SQOOP-457
>             Project: Sqoop
>          Issue Type: Task
>          Components: connectors/oracle
>    Affects Versions: 1.4.1-incubating
>         Environment: Linux
>            Reporter: sathish
>            Assignee: Kathleen Ting
>            Priority: Trivial
>             Fix For: no-release
>
>
> While trying to connect using the Oracle JDBC URL getting errors 
> sqoop import --connect jdbc:oracle:thin:@myhose:myport/SID  --username scott --password tiger --driver oracle.jdbc.driver.OracleDriver --table=TEST_SQOOP
> INFO manager.SqlManager: Using default fetchSize of 1000
> 12/03/08 15:51:14 INFO tool.CodeGenTool: Beginning code generation
> 12/03/08 15:51:15 INFO manager.SqlManager: Executing SQL statement: SELECT t.* FROM TEST_SQOOP AS t WHERE 1=0
> 12/03/08 15:51:15 ERROR manager.SqlManager: Error executing statement: java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended
> java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended
>         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
> I read and understood this issue is fixed via SQOOP 317 but still it doesnt work for me. This table test_scoop is created in the default user schema.
> Please help
> sqoop version
> Sqoop 1.4.1-incubating
> git commit id
> Compiled by jarcec on Tue Feb  7 20:46:19 CET 2012



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