<?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>topic Re: cx_Oracle module for built-in Python in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314178#M12043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This for posting Dawen.&amp;nbsp; This is exactly what we needed to get up and running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 16:45:03 GMT</pubDate>
    <dc:creator>BillDaigle</dc:creator>
    <dc:date>2013-05-02T16:45:03Z</dc:date>
    <item>
      <title>cx_Oracle module for built-in Python</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314175#M12040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We used to have ArcGIS for Server 10.0 (Java version) installed. We manually compliled a 32-bit cx_Oracle module for the built-in Python 2.6 and we had some geo processing tools using cx_Oracle to connect to our Oracle Database directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Recently We upgraded our server to 10.1 (Linux) and ran into a problem in compling cx_Oracle module for the built-in Phthon 2.7. The difficulties are different than those under 10.0: ArcGIS is now running python under wine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone has experience on doing similar installation? Any suggestion would be appreciated!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 20:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314175#M12040</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2012-09-11T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: cx_Oracle module for built-in Python</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314176#M12041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Forgot to provide a followup on this: we got a solution after working with ESRI support for more than a week. I can provide more details if someone runs into the same issue. Contact me through message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two software enhancement requests were logged that related to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM085268&amp;nbsp; Enhance ArcGIS server 10.1 for Linux to better handle GP service based on python script that involves custom modules and database connection client ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#NIM085267&amp;nbsp; Enhancement request: Put Linux based Python with ArcGIS server 10.1 on Linux.&amp;nbsp; ]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 12:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314176#M12041</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2012-10-23T12:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: cx_Oracle module for built-in Python</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314177#M12042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since I got a few inquiries on this, it would be helpful to post it here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The trick is to load the cx_Oracle.pyd (from a Windows 7 64-bit machine) and 64-bit Windows Oracle Instant Client's .dll files into a specific folder on the Linux server. It should be the site-packages directory of python27, something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/data/ags/arcgis/server/framework/runtime/.wine/drive_c/Python27/ArcGISx6410.1/Lib/site-packages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below are the files I copied:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[SNIPPED]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 134144 2012-09-13 15:57 cx_Oracle.pyd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 357888 2012-09-26 18:10 orasql11.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp; 140233216 2012-09-26 18:10 oraociei11.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1235456 2012-09-26 18:10 oraocci11.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1600000 2012-09-26 18:10 orannzsbb11.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 481792 2012-09-26 18:10 ociw32.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 137728 2012-09-26 18:10 ocijdbc11.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-rw-r--r--&amp;nbsp; 1 root&amp;nbsp;&amp;nbsp; root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 683008 2012-09-26 18:10 oci.dll&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Forgot to provide a followup on this: we got a solution after working with ESRI support for more than a week. I can provide more details if someone runs into the same issue. Contact me through message.&lt;BR /&gt;&lt;BR /&gt;Two software enhancement requests were logged that related to this:&lt;BR /&gt;&lt;BR /&gt;[#NIM085268&amp;nbsp; Enhance ArcGIS server 10.1 for Linux to better handle GP service based on python script that involves custom modules and database connection client ]&lt;BR /&gt;&lt;BR /&gt;[#NIM085267&amp;nbsp; Enhancement request: Put Linux based Python with ArcGIS server 10.1 on Linux.&amp;nbsp; ]&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 14:58:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314177#M12042</guid>
      <dc:creator>DawenXie</dc:creator>
      <dc:date>2013-05-02T14:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: cx_Oracle module for built-in Python</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314178#M12043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This for posting Dawen.&amp;nbsp; This is exactly what we needed to get up and running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 16:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314178#M12043</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2013-05-02T16:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: cx_Oracle module for built-in Python</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314179#M12044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone out there had luck using cx_Oracle on ArcGIS Server for Linux 10.2+?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the process of upgrading from 10.1 to 10.5 and we can 't seem to get cx_Oracle to connect to our Oracle database. The suggestion above worked on our 10.1 server, but not on 10.5.&amp;nbsp; We put in a ticket with ESRI, but they referenced the following documented bug (documented at 10.2) and said that the cx_Oracle is supported by ArcGIS server for Linux.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;NIM096269 - The Python implementation provided with ArcGIS for Server on Linux is unstable when running geoprocessing scripts which leverages the 3rd party cx_Oracle module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;We have a number of geoprocesses that rely heavily on cx_Oracle and I'd like avoid rewriting them.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2017 18:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/cx-oracle-module-for-built-in-python/m-p/314179#M12044</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2017-09-14T18:08:37Z</dc:date>
    </item>
  </channel>
</rss>

