Created 12-17-2016 01:01 PM
How to use oracle database tns string in Sqoop connect parameter?
Created 12-17-2016 02:23 PM
One example
sqoop import -D oracle.sessionTimeZone=America/Los_Angeles \ --connect jdbc:oracle:thin:@//db.example.com/foo --table bar
https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_oracle
View solution in original post