<?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 Best way to maintain integer unique id column? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/best-way-to-maintain-integer-unique-id-column/m-p/100410#M5866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to maintain a unique id column for feature classes in Oracle 11g.&amp;nbsp; I can't use ObjectId, as my unique id can't change if I load the data into another database (soon to occur), since 3rd party software depends on the unique id being constant.&amp;nbsp; It must be integer based (i.e., I can't use the UUID functionality available as 3rd party software won't read char column types).&amp;nbsp; For that same reason, a class extension isn't preferred, as the complexities integrating with the 3rd party software raises concerns.&amp;nbsp; I tried editing the INSTEAD OF INSERT trigger created by the multiversion view we have on the feature class, to get the nextval of a sequence and insert that instead of :new.ColumnValue, but even though the trigger compiles fine and inserts actually work properly, that sequence value is not inserted into the add table, nor the base table.&amp;nbsp; So I'm wondering what the remaining options are, if there are any?&amp;nbsp; Am I missing something terribly obvious?&amp;nbsp; Why is it so hard to maintain a unique id column in ArcGIS?&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 17:27:59 GMT</pubDate>
    <dc:creator>ShawnHolyoak</dc:creator>
    <dc:date>2012-09-18T17:27:59Z</dc:date>
    <item>
      <title>Best way to maintain integer unique id column?</title>
      <link>https://community.esri.com/t5/data-management-questions/best-way-to-maintain-integer-unique-id-column/m-p/100410#M5866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to maintain a unique id column for feature classes in Oracle 11g.&amp;nbsp; I can't use ObjectId, as my unique id can't change if I load the data into another database (soon to occur), since 3rd party software depends on the unique id being constant.&amp;nbsp; It must be integer based (i.e., I can't use the UUID functionality available as 3rd party software won't read char column types).&amp;nbsp; For that same reason, a class extension isn't preferred, as the complexities integrating with the 3rd party software raises concerns.&amp;nbsp; I tried editing the INSTEAD OF INSERT trigger created by the multiversion view we have on the feature class, to get the nextval of a sequence and insert that instead of :new.ColumnValue, but even though the trigger compiles fine and inserts actually work properly, that sequence value is not inserted into the add table, nor the base table.&amp;nbsp; So I'm wondering what the remaining options are, if there are any?&amp;nbsp; Am I missing something terribly obvious?&amp;nbsp; Why is it so hard to maintain a unique id column in ArcGIS?&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 17:27:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/best-way-to-maintain-integer-unique-id-column/m-p/100410#M5866</guid>
      <dc:creator>ShawnHolyoak</dc:creator>
      <dc:date>2012-09-18T17:27:59Z</dc:date>
    </item>
  </channel>
</rss>

