<?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: Representation System Table in SDE Oracle in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/representation-system-table-in-sde-oracle/m-p/360393#M20664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi.&lt;BR /&gt;&lt;BR /&gt;I have a simple question.&lt;BR /&gt;&lt;BR /&gt;In ESRI Documentation about cartographic representation it says&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's the name of this famous system table in ArcSDE in Oracle? So i can monitor where it stores the data.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;About this question i researched about the topic and i'll answer myself to share with everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The cartographic representation it's stored as XML data inside SDE system tables, specifically in an SDE_XML_DOC table defined as the DEFINITION Table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The GDB_ITEMS table stores the registry of every item in SDE including cartographic representations. This table has 3 columns "Definition", "Documentation", "Iteminfo" which relates the GDB_ITEMS with SDE_XML_DOC Tables (using SDE_XML_COLUMNS table as intermediate).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if you create a new representation, the DBMS insert the registry on GDB_ITEMS table and a new definition in SDE_XML_DOC is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can trace the representation data using the SDE_XML_ID in SDE_XML_DOC table related with DEFINITION column in GDB_ITEMS table and there you go, you have found your representation data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2012 13:22:58 GMT</pubDate>
    <dc:creator>Leandro-Zamudio</dc:creator>
    <dc:date>2012-09-07T13:22:58Z</dc:date>
    <item>
      <title>Representation System Table in SDE Oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/representation-system-table-in-sde-oracle/m-p/360392#M20663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a simple question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ESRI Documentation about cartographic representation it says&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Representations are a property of a feature class that are stored in system tables inside the geodatabase and in the feature class itself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's the name of this famous system table in ArcSDE in Oracle? So i can monitor where it stores the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 20:07:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/representation-system-table-in-sde-oracle/m-p/360392#M20663</guid>
      <dc:creator>Leandro-Zamudio</dc:creator>
      <dc:date>2012-08-29T20:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Representation System Table in SDE Oracle</title>
      <link>https://community.esri.com/t5/data-management-questions/representation-system-table-in-sde-oracle/m-p/360393#M20664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi.&lt;BR /&gt;&lt;BR /&gt;I have a simple question.&lt;BR /&gt;&lt;BR /&gt;In ESRI Documentation about cartographic representation it says&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What's the name of this famous system table in ArcSDE in Oracle? So i can monitor where it stores the data.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;About this question i researched about the topic and i'll answer myself to share with everyone&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The cartographic representation it's stored as XML data inside SDE system tables, specifically in an SDE_XML_DOC table defined as the DEFINITION Table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The GDB_ITEMS table stores the registry of every item in SDE including cartographic representations. This table has 3 columns "Definition", "Documentation", "Iteminfo" which relates the GDB_ITEMS with SDE_XML_DOC Tables (using SDE_XML_COLUMNS table as intermediate).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if you create a new representation, the DBMS insert the registry on GDB_ITEMS table and a new definition in SDE_XML_DOC is created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can trace the representation data using the SDE_XML_ID in SDE_XML_DOC table related with DEFINITION column in GDB_ITEMS table and there you go, you have found your representation data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2012 13:22:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/representation-system-table-in-sde-oracle/m-p/360393#M20664</guid>
      <dc:creator>Leandro-Zamudio</dc:creator>
      <dc:date>2012-09-07T13:22:58Z</dc:date>
    </item>
  </channel>
</rss>

