Hi,
I'm facing some issues while trying to create a link in Sqoop 1.99.6. sqoop:000> update link --lid 1 Updating link with id 1 Please update link: Name: OracleLinkqa Link configuration JDBC Driver Class: oracle.jdbc.driver.OracleDriver JDBC Connection String: jdbc:oracle://testqa.com:1785/test Username: samuid Password: *********** JDBC Connection Properties: There are currently 1 values in the map: protocol = tcp entry# There were warnings while create or update, but saved successfully. Warning message: Can't connect to the database with given credentials: Invalid Oracle URL specified link was successfully updated with status WARNING I've tried with the following: - using ip address instead of hostname - using service name and sid - jdbc:oracle:t...@testqa.com:1785/test I've placed the ojdbc6.jar in /usr/lib/sqoop/sqoop-1.99.6-bin-hadoop200/server/lib and /usr/lib/sqoop/sqoop-1.99.6-bin-hadoop200/shell/lib locations. Please help. Thanks.