<?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: overwriteOutput in ArcGIS 10.2.2 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280236#M21648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We also have the same problem, although our underlying datbase is Oracle 11g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great to know if anyone has had similar issues and has been able to recitfy them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 02:54:03 GMT</pubDate>
    <dc:creator>AdamCaldwell</dc:creator>
    <dc:date>2015-03-11T02:54:03Z</dc:date>
    <item>
      <title>overwriteOutput in ArcGIS 10.2.2</title>
      <link>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280235#M21647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed some differences in times when copying feature classes (using arcpy.CopyFeatures_management) into a 10.2.2 Enterprise GDB compared to our existing 9.3.1 Enterprise GDB. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a nightly basis, we update numerous feature classes, using a suite of python scripts, by blowing away and recreating the feature classes in our 9.3.1 Enterprise GDB, hence &lt;STRONG&gt;overwriteOutput&lt;/STRONG&gt; is set to &lt;STRONG style="color: #3334ca;"&gt;True&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are migrating our Enterprise GDB to 10.2.2.&amp;nbsp; Our copying/updating tests have shown an extra time lag when the feature class already exists in the 10.2.2 Enterprise GDB, and no lag time when the feature class does not exist in the 10.2.2 Enterprise GDB.&amp;nbsp; The time lag is approximately 50 to 60 seconds per feature class (if it already exists).&amp;nbsp; It appears that arcpy 10.2.2 takes extra time to delete the destination, if it exists, when &lt;STRONG&gt;overwriteOutput&lt;/STRONG&gt; is set to &lt;STRONG style="color: #3334ca;"&gt;True&lt;/STRONG&gt;.&amp;nbsp; This is timing problem as we update a 100+ feature classes on a nightly basis, hence an increase in up to 100 minutes.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have replicated this scenario in a model, with the same time lag.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Existing Enterprise GDB environment&lt;/STRONG&gt;:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Oracle 10g&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SDE 9.3.1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;New Enterprise GDB environment:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Oracle 11i&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;SDE 10.2.2&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else experienced this problem?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance or advice would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 04:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280235#M21647</guid>
      <dc:creator>RussellBird</dc:creator>
      <dc:date>2015-01-29T04:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: overwriteOutput in ArcGIS 10.2.2</title>
      <link>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280236#M21648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We also have the same problem, although our underlying datbase is Oracle 11g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great to know if anyone has had similar issues and has been able to recitfy them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 02:54:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280236#M21648</guid>
      <dc:creator>AdamCaldwell</dc:creator>
      <dc:date>2015-03-11T02:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: overwriteOutput in ArcGIS 10.2.2</title>
      <link>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280237#M21649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try putting the layer in IO mode or else manually dropping all the indexes and see if that helps? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How much time does delete take?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 06:00:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/overwriteoutput-in-arcgis-10-2-2/m-p/280237#M21649</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2015-03-11T06:00:20Z</dc:date>
    </item>
  </channel>
</rss>

