<?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: materialized view in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375942#M14561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;That is really great help, it has worked fine.&lt;/P&gt;&lt;P&gt;Entity mask for polygon is a (as mentioned the help doc), why do we need to use na+ ?&lt;/P&gt;&lt;P&gt;If base tables are updated and view is refreshed, feature class is also updated or requires any intervention ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 04:48:53 GMT</pubDate>
    <dc:creator>jayasudha</dc:creator>
    <dc:date>2014-12-08T04:48:53Z</dc:date>
    <item>
      <title>materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375938#M14557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have created a materialized view in oracle 11g on a table with geometry (sdo_geometry).&lt;/P&gt;&lt;P&gt;It is failed when i try to register this view in arcgis 10.1 (catalog). The error is ORA - 01732 data manipulation operation is not legal on this view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 08:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375938#M14557</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-12-04T08:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375939#M14558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot register views with a geodatabase.&amp;nbsp; "Register with geodatabase" tries to add an SDE-set registered rowid column, which is not valid on a view.&amp;nbsp; The supported procedure is using 'sdelayer -o register' with a USER-set rowid column, and appropriate coordinate reference parameters, etc... This will make the view contents accessible to ArcGIS as a simple feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 16:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375939#M14558</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-12-04T16:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375940#M14559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vince&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is entity_mask in sdelayer procedure ? What values it can take ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 05:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375940#M14559</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-12-05T05:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375941#M14560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en/geodatabase/10.0/admin_cmds/support_files/datamgmt/sdelayer.htm" title="http://help.arcgis.com/en/geodatabase/10.0/admin_cmds/support_files/datamgmt/sdelayer.htm"&gt;http://help.arcgis.com/en/geodatabase/10.0/admin_cmds/support_files/datamgmt/sdelayer.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The usual values are "np", "np+", "nsl+", and "na+" for points, multipoints, lines. polygons, respectively.&amp;nbsp; Add a "c" if ArcGIS will be adding CAD data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 16:23:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375941#M14560</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-12-05T16:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375942#M14561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;That is really great help, it has worked fine.&lt;/P&gt;&lt;P&gt;Entity mask for polygon is a (as mentioned the help doc), why do we need to use na+ ?&lt;/P&gt;&lt;P&gt;If base tables are updated and view is refreshed, feature class is also updated or requires any intervention ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 04:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375942#M14561</guid>
      <dc:creator>jayasudha</dc:creator>
      <dc:date>2014-12-08T04:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: materialized view</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375943#M14562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a *mask* of permitted values. "n" to allow nil geometries (sometimes used as a place-keeper) and "+" to permit multi-part polygons (islands, not holes).&amp;nbsp; If you don't use these things, then it won't fail, but if you do, then registration will fail without them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's no way to know what problems may be introduced by an improper "refresh" to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 14:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/materialized-view/m-p/375943#M14562</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-12-08T14:23:46Z</dc:date>
    </item>
  </channel>
</rss>

