<?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: How to find out what feature classes are registered as versioned in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576928#M32686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also query the information from the GDB_Items table.&amp;nbsp; This help topic contains the steps on how to do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Determining_which_data_is_versioned/006z000000v1000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Determining_which_data_is_versioned/006z000000v1000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 May 2011 15:22:51 GMT</pubDate>
    <dc:creator>CraigGillgrass</dc:creator>
    <dc:date>2011-05-19T15:22:51Z</dc:date>
    <item>
      <title>How to find out what feature classes are registered as versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576926#M32684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tomlind&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to query the repository to find out which FCs are registered as versioned? Only way I see now is to find all A- and D-tables and look up the registration-ID from that. But I am not sure all types of versioning creates A-D tables (moving to base). I guess there must be a flag somewhere in the repository...(version 10)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 12:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576926#M32684</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-05-19T12:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out what feature classes are registered as versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576927#M32685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All versioned tables have A and D tables.&amp;nbsp; Versioning is not limited to layers, so the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;versioning property is held in the table registration mask.&amp;nbsp; This is exposed in the 'C'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;API in SE_reginfo_is_multiversion(), but is accessible through a bitwise query on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the TABLE_REGISTRY.OBJECT_FLAGS&amp;nbsp; (1&amp;lt;&amp;lt;3 aka 8 in my 11g instance).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 13:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576927#M32685</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-05-19T13:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out what feature classes are registered as versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576928#M32686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also query the information from the GDB_Items table.&amp;nbsp; This help topic contains the steps on how to do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Determining_which_data_is_versioned/006z000000v1000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Determining_which_data_is_versioned/006z000000v1000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 15:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576928#M32686</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2011-05-19T15:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out what feature classes are registered as versioned</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576929#M32687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: tomlind&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;very useful!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2011 12:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-out-what-feature-classes-are/m-p/576929#M32687</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-05-20T12:16:28Z</dc:date>
    </item>
  </channel>
</rss>

