Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

sqoop import

avatar

How to use oracle database tns string in Sqoop connect parameter?

1 ACCEPTED SOLUTION

avatar
Master Mentor

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

1 REPLY 1

avatar
Master Mentor

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