<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Sqoop from Oracle with SSL in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/279598#M208349</link>
    <description>&lt;P&gt;Hi Dwill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it worked for you Sqoop import with ssl enabled oracle db ? I got the same kind of requirement to use sqoop import with ssl enabled db and I am trying connecting through oracle wallet but getting network adapter issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide me the steps if it is working fine for you ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2019 17:35:45 GMT</pubDate>
    <dc:creator>npoorna20</dc:creator>
    <dc:date>2019-10-07T17:35:45Z</dc:date>
    <item>
      <title>Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61100#M47254</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to import data from Oracle (&lt;SPAN&gt;12.1.0.2)&amp;nbsp; using Sqoop and with SSL enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tested without encryption and the sqoop command works and we can import data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I am having troubles figuring out the correct syntax to add the SSL options to the Sqoop command. From what i have read online, it requires (at least) these:&amp;nbsp;&amp;nbsp;useSSL=true&amp;nbsp; &amp;nbsp; and&amp;nbsp;&amp;nbsp;requireSSL=true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried many variations of adding the options to the sqoop command and none work.&amp;nbsp; I get an error from Sqoop indicating "invalid connection string format"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is the connection string that works:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sqoop import -Dmapred.job.queue.name=hi.adhoc --connect jdbc:oracle:thin:@170.173.150.162:1522/phdssts2 --username p378428 -P --table P378428.BAR --target-dir /user/p378428/insights2/ --fields-terminated-by '\t' --delete-target-dir --verbose&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below are four of variants that don't work.&amp;nbsp; &amp;nbsp;If anyone knows how to add the SSL options to a sqoop command to Oracle...that would be great.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(a) sqoop import -Dmapred.job.queue.name=hi.adhoc --connect jdbc:oracle:thin:@170.173.150.162:1522/phdssts2 --useSSL=true --requireSSL=true --username p378428 -P --table DSS_STAGE.KHS_ZC_ARRIV_MEANS --target-dir /user/p378428/insights-zc-khs_SSL_1/ --fields-terminated-by '\t' --delete-target-dir --verbose&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(b) sqoop import -Dmapred.job.queue.name=hi.adhoc --connect jdbc:oracle:thin:@170.173.150.162:1522/phdssts2;useSSL=true;requireSSL=true --username p378428 -P --table DSS_STAGE.KHS_ZC_ARRIV_MEANS --target-dir /user/p378428/insights-zc-khs_SSL_1/ --fields-terminated-by '\t' --delete-target-dir --verbose&lt;BR /&gt;&lt;BR /&gt;(c) sqoop import -Dmapred.job.queue.name=hi.adhoc --connect jdbc:oracle:thin:@170.173.150.162:1522/phdssts2&amp;amp;useSSL=true&amp;amp;requireSSL=true --username p378428 -P --table DSS_STAGE.KHS_ZC_ARRIV_MEANS --target-dir /user/p378428/insights-zc-khs_SSL_1/ --fields-terminated-by '\t' --delete-target-dir --verbose&lt;BR /&gt;&lt;BR /&gt;(d) sqoop import -Dmapred.job.queue.name=hi.adhoc --connect "jdbc:oracle:thin:@170.173.150.162:1522/phdssts2;useSSL=true;requireSSL=true" --username p378428 -P --table DSS_STAGE.KHS_ZC_ARRIV_MEANS --target-dir /user/p378428/insights-zc-khs_SSL_1/ --fields-terminated-by '\t' --delete-target-dir --verbose&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:25:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61100#M47254</guid>
      <dc:creator>dwill</dc:creator>
      <dc:date>2022-09-16T12:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61102#M47255</link>
      <description>Have you taken a look at&lt;BR /&gt;&lt;A href="http://www.oracle.com/technetwork/topics/wp-oracle-jdbc-thin-ssl-130128.pdf" target="_blank"&gt;http://www.oracle.com/technetwork/topics/wp-oracle-jdbc-thin-ssl-130128.pdf&lt;/A&gt;?&lt;BR /&gt;&lt;BR /&gt;The useSSL and requireSSL are keywords used by MySQL JDBC drivers, not by&lt;BR /&gt;Oracle JDBC. The syntax required for Oracle is detailed in the white-paper&lt;BR /&gt;above, and following that should help you proceed.&lt;BR /&gt;&lt;BR /&gt;In general on the shell, it is better to quote detailed strings with lots&lt;BR /&gt;of non-alphabetic characters, such as is done in your (d) example. That's&lt;BR /&gt;what would've most likely worked if you were using MySQL in this instance&lt;BR /&gt;(given that ; and &amp;amp; are both special in shell).&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:26:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61102#M47255</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2017-10-19T17:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61103#M47256</link>
      <description>&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did find that article, but thought that the SSL options/keywords might be the same.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll revew the article and let you know if this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;...d&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:35:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61103#M47256</guid>
      <dc:creator>dwill</dc:creator>
      <dc:date>2017-10-19T17:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61104#M47257</link>
      <description>Unfortunately the JDBC standard's strength ends at its APIs. The connection&lt;BR /&gt;string, perhaps aptly named, is merely a string and there's no&lt;BR /&gt;feature-based standards around it - every JDBC provider is uniquely&lt;BR /&gt;different and using each requires consulting its own documentation.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:53:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61104#M47257</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2017-10-19T17:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61146#M47258</link>
      <description>&lt;P&gt;Just wondering....has anyone successfully used Sqoop with SSL to connect to oracle and import data into cloudera cluster / hdfs ?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 00:03:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61146#M47258</guid>
      <dc:creator>dwill</dc:creator>
      <dc:date>2017-10-21T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61169#M47259</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As of now there is no option from Sqoop command to add any tag and it will follow network encryption.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you want to apply network encryption then there are some oracle configurations that should set prior making the import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly set the below parameter at hadoop side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@host-10-17-101-233 ~]# export HADOOP_OPTS="-Doracle.net.crypto_checksum_client=REQUESTED -Doracle.net.crypto_checksum_types_client=SHA1 -Doracle.net.encryption_client=REQUIRED -Doracle.net.encryption_types_client=AES256"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;This will add these configurations at container level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;If i run eval command to check out the network then it will show encrypted one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[root@host-10-17-101-233 ~]# sqoop eval --connect $MYCONN --username $MYUSER --password $MYPSWD --query "select network_service_banner from v\$session_connect_info where sid in (select distinct sid from v\$mystat)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Warning: /opt/cloudera/parcels/CDH-5.8.3-1.cdh5.8.3.p0.2/bin/../lib/sqoop/../accumulo does not exist! Accumulo imports will fail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:31 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6-cdh5.8.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:31 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:31 INFO teradata.TeradataManagerFactory: Loaded connector factory for 'Cloudera Connector Powered by Teradata' on version 1.6c5&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:32 INFO oracle.OraOopManagerFactory: Data Connector for Oracle and Hadoop is disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:32 INFO manager.SqlManager: Using default fetchSize of 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:20:32 INFO manager.OracleManager: Time zone has been set to GMT&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| NETWORK_SERVICE_BANNER | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| SHA1 Crypto-checksumming service adapter for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| Crypto-checksumming service for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| AES256 Encryption service adapter for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| Encryption service for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| TCP/IP NT Protocol Adapter for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Note:- If i don't set the export parameter then it will show sqoop eval output like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;sqoop eval --connect "jdbc:oracle:thin:@//host-10-17-100-113.coe.cloudera.com:1521/orcl" --username venkat --password cloudera --query "select network_service_banner from V\$SESSION_CONNECT_INFO where SID = sys_context('USERENV','SID')"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Warning: /opt/cloudera/parcels/CDH-5.8.3-1.cdh5.8.3.p0.2/bin/../lib/sqoop/../accumulo does not exist! Accumulo imports will fail.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please set $ACCUMULO_HOME to the root of your Accumulo installation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:32 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6-cdh5.8.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:32 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:32 INFO teradata.TeradataManagerFactory: Loaded connector factory for 'Cloudera Connector Powered by Teradata' on version 1.6c5&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:32 INFO oracle.OraOopManagerFactory: Data Connector for Oracle and Hadoop is disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:32 INFO manager.SqlManager: Using default fetchSize of 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;17/10/23 03:09:41 INFO manager.OracleManager: Time zone has been set to GMT&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| NETWORK_SERVICE_BANNER | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| TCP/IP NT Protocol Adapter for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| Encryption service for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;| Crypto-checksumming service for Linux: Version 12.1.0.2.0 - Production | &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Link: - &lt;A href="https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/use-network-encryption-and-integrity.html" target="_blank"&gt;https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/use-network-encryption-and-integrity.html&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Kindly go through the doc which will explain you more on the network encryption.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;You can compare our output of sqoop eval and the oracle doc to confirm about network encryption&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Regards&lt;/P&gt;&lt;P class="p1"&gt;Nitish Khanna&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 10:39:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/61169#M47259</guid>
      <dc:creator>Khanna</dc:creator>
      <dc:date>2017-10-23T10:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62505#M47260</link>
      <description>&lt;P&gt;So...just for everyone interested....this still doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We set the paramater on the sqoop side, ran the eval command and could see the encyrypted notes.&lt;/P&gt;&lt;P&gt;However...while running the sqoop command, we did a packet capture and all of the data/traffic was in plain text, it was not encrypted at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully, there is another way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 21:30:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62505#M47260</guid>
      <dc:creator>dwill</dc:creator>
      <dc:date>2017-12-05T21:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62511#M47261</link>
      <description>&lt;P&gt;Hi Dwill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly run the Sqoop command like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;sqoop import -D mapreduce.map.java.opts="-Doracle.net.crypto_checksum_client=REQUESTED -Doracle.net.crypto_checksum_types_client=SHA1 -Doracle.net.encryption_client=REQUIRED -Doracle.net.encryption_types_client=AES128" --connect &amp;lt;hostname&amp;gt; --username&amp;lt;&amp;gt; --password&amp;lt;&amp;gt; --table &amp;lt;&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;-------- (command contunues).&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;NOTE:- These encryption properties will work only with Oracle12g only.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;Regards&lt;/P&gt;&lt;P class="p1"&gt;Nitish&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 04:23:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62511#M47261</guid>
      <dc:creator>Khanna</dc:creator>
      <dc:date>2017-12-06T04:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62541#M47262</link>
      <description>&lt;P&gt;Hi Nitish...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the update and new info.&amp;nbsp; I will try it out and let you know how things work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;One question...you wrote the this will only work wiht Oracle 12g....but there is no Oracle 12g...is there?&amp;nbsp; There is 11g and 12c.&amp;nbsp; We have 12c at our place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks..d&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 16:59:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/62541#M47262</guid>
      <dc:creator>dwill</dc:creator>
      <dc:date>2017-12-06T16:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/66465#M47263</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i run the SQOOP Import command with those parameters, i am receiving this error: Can you please advise what could be going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;18/04/17 10:14:36 INFO mapreduce.Job: Task Id : attempt_152xxx950_4464_m_000000_0, Status : FAILED&lt;BR /&gt;Error: java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLRecoverableException: IO Error: Unknown Authentication, Encryption or Data Integrity algorithm&lt;BR /&gt;at org.apache.sqoop.mapreduce.db.DBInputFormat.setDbConf(DBInputFormat.java:170)&lt;BR /&gt;at org.apache.sqoop.mapreduce.db.DBInputFormat.setConf(DBInputFormat.java:161)&lt;BR /&gt;at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:73)&lt;BR /&gt;at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)&lt;BR /&gt;at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:755)&lt;BR /&gt;at org.apache.hadoop.mapred.MapTask.run(MapTask.java:341)&lt;BR /&gt;at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:415)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1920)&lt;BR /&gt;at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)&lt;BR /&gt;Caused by: java.lang.RuntimeException: java.sql.SQLRecoverableException: IO Error: Unknown Authentication, Encryption or Data Integrity algorithm&lt;BR /&gt;at org.apache.sqoop.mapreduce.db.DBInputFormat.getConnection(DBInputFormat.java:223)&lt;BR /&gt;at org.apache.sqoop.mapreduce.db.DBInputFormat.setDbConf(DBInputFormat.java:168)&lt;BR /&gt;... 10 more&lt;BR /&gt;Caused by: java.sql.SQLRecoverableException: IO Error: Unknown Authentication, Encryption or Data Integrity algorithm&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2018 16:24:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/66465#M47263</guid>
      <dc:creator>hdp_user</dc:creator>
      <dc:date>2018-04-17T16:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sqoop from Oracle with SSL</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/279598#M208349</link>
      <description>&lt;P&gt;Hi Dwill,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it worked for you Sqoop import with ssl enabled oracle db ? I got the same kind of requirement to use sqoop import with ssl enabled db and I am trying connecting through oracle wallet but getting network adapter issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please provide me the steps if it is working fine for you ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 17:35:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Sqoop-from-Oracle-with-SSL/m-p/279598#M208349</guid>
      <dc:creator>npoorna20</dc:creator>
      <dc:date>2019-10-07T17:35:45Z</dc:date>
    </item>
  </channel>
</rss>

