<?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 Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194431#M11074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.1 SP1 and I have been trying to devise an indexing strategy for our new geodatabase.&amp;nbsp; When implementing it, I am having problems making unique indexes and registering as versioned.&amp;nbsp; Whichever order I use doesn't make a difference, the second tool won't allow unique indexes and registering as versioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw an older 9.3 article on this and it said you could do both if you register as versioned first, then create your unique indexes.&amp;nbsp; That hasn't worked for me.&amp;nbsp; Also, the ArcGIS 10 help said it doesn't recommend using unique indexes because of the potential for compress problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it&amp;nbsp; a good idea to skip unique indexes and use Data Reviewer to check uniqueness later?&amp;nbsp; I thought it would make sense to enforce uniqueness where it should apply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nathan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 18:10:11 GMT</pubDate>
    <dc:creator>NathanHeick</dc:creator>
    <dc:date>2013-03-07T18:10:11Z</dc:date>
    <item>
      <title>Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194431#M11074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.1 SP1 and I have been trying to devise an indexing strategy for our new geodatabase.&amp;nbsp; When implementing it, I am having problems making unique indexes and registering as versioned.&amp;nbsp; Whichever order I use doesn't make a difference, the second tool won't allow unique indexes and registering as versioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I saw an older 9.3 article on this and it said you could do both if you register as versioned first, then create your unique indexes.&amp;nbsp; That hasn't worked for me.&amp;nbsp; Also, the ArcGIS 10 help said it doesn't recommend using unique indexes because of the potential for compress problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it&amp;nbsp; a good idea to skip unique indexes and use Data Reviewer to check uniqueness later?&amp;nbsp; I thought it would make sense to enforce uniqueness where it should apply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nathan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 18:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194431#M11074</guid>
      <dc:creator>NathanHeick</dc:creator>
      <dc:date>2013-03-07T18:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194432#M11075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There's two problems with unique indexes on versioned data:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) The new data is added to the Adds table, so the integrity constraint wouldn't&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;occur when needed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) It's perfectly valid to have multiple unique values in the Adds table, so long&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as only one of them is eventually posted to the business table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's also a performance cost associated with unique indexes in general, so if&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you're not going to see a benefit from that cost, why pay it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 18:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194432#M11075</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-03-07T18:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194433#M11076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that explanation.&amp;nbsp; Do you think the article I saw was probably referring to manually building unique indexes on just the base tables?&amp;nbsp; I couldn't build any unique indexes after versioning with the GP tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 02:39:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194433#M11076</guid>
      <dc:creator>NathanHeick</dc:creator>
      <dc:date>2013-03-09T02:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194434#M11077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where "manually" is "outside the ken of ArcGIS"? Yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2013 11:00:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194434#M11077</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-03-09T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Indexes in ArcSDE for Oracle 11g and Registering as Versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194435#M11078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;'Unique indexes can't be specified for multiversion tables" - this is by design.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the same design, with a table registered as versioned, the option to make the attribute index unique is grayed out in the 'Add Attribute Index' tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://support.esri.com/en/knowledgebase/techarticles/detail/25580" rel="nofollow" target="_blank"&gt;http://support.esri.com/en/knowledgebase/techarticles/detail/25580&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 12:45:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/unique-indexes-in-arcsde-for-oracle-11g-and/m-p/194435#M11078</guid>
      <dc:creator>JamesM1</dc:creator>
      <dc:date>2013-03-12T12:45:12Z</dc:date>
    </item>
  </channel>
</rss>

