<?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 Slow Selects ArcSDE Oracle/ArcMap 10.1 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/slow-selects-arcsde-oracle-arcmap-10-1/m-p/628529#M35485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope to save someone in the future the grief I went through the past few days troubleshooting slow attribute and spatial/by location selects in ArcMap against Oracle SDE layers by posting this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, the basics of our set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS (ArcMap/ArcSDE) 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE on Oracle 11g R2 on Unix AIX (7.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap on Windows 7 SP1, 4GB Ram, 32 Bit, 3.3Ghz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The behaviour was trying to select approximately 6000 of 29000+ points that fall in a selected polygon(select by location) or, approximately 900 of 29000+ records that are null (select by attribute) was taking upwards of an hour (or so).&amp;nbsp; Compared to our 9.1 (ArcSDE/Oracle 9i/Windows XP) set up which returned the results in seconds.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked all database/SDE parameters and set what wasn't, to what was recommended.&amp;nbsp; I searched forums, blogs, compared server_config/dbtune between 9.1 and 10.1 settings and researched some more, etc. for any way way to speed this up when all settings seemed fine.&amp;nbsp; Finally, I found these two links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/37841"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/37841&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/32164"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/32164&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By dropping Statistics and locking SDE_LOGFILE_DATA tables created for each user I'd used to query the data, the queries complete in seconds in the 10.1 environment too.&amp;nbsp; I will be keeping an eye on this as I add new users to this set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is common knowledge, forgive me, but I struggled to find any pointer to this information and must have missed where this is covered in the ArcSDE Oracle documentation I was wading through.&amp;nbsp; I hope it may help someone else!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Annaliese&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 15:11:06 GMT</pubDate>
    <dc:creator>AnnalieseVollick</dc:creator>
    <dc:date>2012-11-12T15:11:06Z</dc:date>
    <item>
      <title>Slow Selects ArcSDE Oracle/ArcMap 10.1</title>
      <link>https://community.esri.com/t5/data-management-questions/slow-selects-arcsde-oracle-arcmap-10-1/m-p/628529#M35485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I hope to save someone in the future the grief I went through the past few days troubleshooting slow attribute and spatial/by location selects in ArcMap against Oracle SDE layers by posting this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, the basics of our set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS (ArcMap/ArcSDE) 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE on Oracle 11g R2 on Unix AIX (7.1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcMap on Windows 7 SP1, 4GB Ram, 32 Bit, 3.3Ghz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The behaviour was trying to select approximately 6000 of 29000+ points that fall in a selected polygon(select by location) or, approximately 900 of 29000+ records that are null (select by attribute) was taking upwards of an hour (or so).&amp;nbsp; Compared to our 9.1 (ArcSDE/Oracle 9i/Windows XP) set up which returned the results in seconds.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked all database/SDE parameters and set what wasn't, to what was recommended.&amp;nbsp; I searched forums, blogs, compared server_config/dbtune between 9.1 and 10.1 settings and researched some more, etc. for any way way to speed this up when all settings seemed fine.&amp;nbsp; Finally, I found these two links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/37841"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/37841&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/32164"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/32164&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By dropping Statistics and locking SDE_LOGFILE_DATA tables created for each user I'd used to query the data, the queries complete in seconds in the 10.1 environment too.&amp;nbsp; I will be keeping an eye on this as I add new users to this set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is common knowledge, forgive me, but I struggled to find any pointer to this information and must have missed where this is covered in the ArcSDE Oracle documentation I was wading through.&amp;nbsp; I hope it may help someone else!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Annaliese&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 15:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/slow-selects-arcsde-oracle-arcmap-10-1/m-p/628529#M35485</guid>
      <dc:creator>AnnalieseVollick</dc:creator>
      <dc:date>2012-11-12T15:11:06Z</dc:date>
    </item>
  </channel>
</rss>

