<?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: Load features from file or mobile geodatabase into non-GDB enterprise database FC in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367823#M69586</link>
    <description>&lt;P&gt;I've used &lt;A href="https://cx-oracle.readthedocs.io/en/latest/" target="_self"&gt;cx_Oracle&lt;/A&gt;, now &lt;A href="https://oracle.github.io/python-oracledb/" target="_self"&gt;pyhton-oracledb&lt;/A&gt;, to do SQL specific stuff. You could use PL/SQL insert statements into your db table. You might even be able to use an &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/insertcursor-class.htm" target="_self"&gt;arcpy insert cursor&lt;/A&gt;, worth a try. There's also &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/arcsdesqlexecute.htm" target="_self"&gt;ArcSDESQLExecute&lt;/A&gt;, which may or may not work.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 14:03:10 GMT</pubDate>
    <dc:creator>BlakeTerhune</dc:creator>
    <dc:date>2024-01-09T14:03:10Z</dc:date>
    <item>
      <title>Load features from file or mobile geodatabase into non-GDB enterprise database FC</title>
      <link>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367790#M69585</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.2.1; Oracle Express 18c; the database is not a geodatabase (no ArcGIS Server or Enterprise)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In a related post, we established that the &lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/load-append-into-non-gdb-enterprise-database-fc/idi-p/1367079" target="_self"&gt;Append tool can’t be used to load data into an unregistered feature class.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;mentioned in that post, I’m wondering if there is a way to use Python to load features from a mobile or file geodatabase FC into the non-GDB enterprise database FC.&lt;/P&gt;&lt;P&gt;Is there a way to do that with Python? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 15:27:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367790#M69585</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-01-10T15:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Load features from file or mobile geodatabase into non-GDB enterprise database FC</title>
      <link>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367823#M69586</link>
      <description>&lt;P&gt;I've used &lt;A href="https://cx-oracle.readthedocs.io/en/latest/" target="_self"&gt;cx_Oracle&lt;/A&gt;, now &lt;A href="https://oracle.github.io/python-oracledb/" target="_self"&gt;pyhton-oracledb&lt;/A&gt;, to do SQL specific stuff. You could use PL/SQL insert statements into your db table. You might even be able to use an &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/insertcursor-class.htm" target="_self"&gt;arcpy insert cursor&lt;/A&gt;, worth a try. There's also &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/arcsdesqlexecute.htm" target="_self"&gt;ArcSDESQLExecute&lt;/A&gt;, which may or may not work.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:03:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367823#M69586</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2024-01-09T14:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load features from file or mobile geodatabase into non-GDB enterprise database FC</title>
      <link>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367913#M69590</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/351335"&gt;@Bud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q:&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;I’m wondering if there is a way to use Python to load features from a mobile or file geodatabase FC into the non-GDB enterprise database FC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt; there are many Oracle Tutorials available that teach how to access an Oracle database via python.&lt;/P&gt;&lt;P&gt;&lt;A href="https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html" target="_blank" rel="noopener"&gt;Python and Oracle Database Tutorial: The New Wave of Scripting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.oracle.com/database/technologies/appdev/python/quickstartpythononprem.html" target="_blank" rel="noopener"&gt;Developing Python Applications for Oracle Database&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;TIP:&lt;/STRONG&gt; you can also explore Safe Software FME Workbench and FME Server for this task, it will not require to write any code with FME, FME works like ArcGIS Pro Model Builder and ArcGIS Pro Data Interoperability. Extension.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 16:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/load-features-from-file-or-mobile-geodatabase-into/m-p/1367913#M69590</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-01-09T16:28:50Z</dc:date>
    </item>
  </channel>
</rss>

