<?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: CREATE MATERIALIZED VIEW ON SDE.ST_GEOMETRY in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99927#M5824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry.I don't understand what you've said.It seems that ST_GEOMETRY type does not be supported by oracle MATERIALIZED VIEW .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's often useful to do a search on the error message.&amp;nbsp; When I searched on "ORA-30373", the third&lt;BR /&gt;reference was a &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/33625"&gt;Knowledge Base document&lt;/A&gt;,&amp;nbsp; Since "materialized view" is just a fancy name for&lt;BR /&gt;a table that is periodically repopulated by a query, you can model this yourself with SQL via&lt;BR /&gt;CREATE TABLE ... AS SELECT ..., TRUNCATE TABLE, and INSERT INTO ... SELECT (be sure to&lt;BR /&gt;manage the indexes as efficiently as possible)&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2012 13:59:03 GMT</pubDate>
    <dc:creator>zmtylsabc</dc:creator>
    <dc:date>2012-10-31T13:59:03Z</dc:date>
    <item>
      <title>CREATE MATERIALIZED VIEW ON ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99925#M5822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use ArcSDE V10.0 for Oracle10g(Oracle 10.2.0.4).Now I create a materialized view as following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE MATERIALIZED VIEW g_switch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AS SELECT objectid,shape FROM g_gadgets where class='SWITCH';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it return s that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ORA-30373: object data types are not supported in this context". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The type of field "OBJECTID"&amp;nbsp; is INTEGER and "Shape" is ST_GEOMETRY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but in Arcgis Desktop V10.0 help document,it works well(&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/#/Using_spatial_views_on_tables_with_an_ST_Geometry_column/006z00000039000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/#/Using_spatial_views_on_tables_with_an_ST_Geometry_column/006z00000039000000/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know what's wrong and how can I do?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 03:59:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99925#M5822</guid>
      <dc:creator>zmtylsabc</dc:creator>
      <dc:date>2012-10-31T03:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE MATERIALIZED VIEW ON SDE.ST_GEOMETRY</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99926#M5823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's often useful to do a search on the error message.&amp;nbsp; When I searched on "ORA-30373", the third&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reference was a &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/33625"&gt;Knowledge Base document&lt;/A&gt;&lt;SPAN&gt;,&amp;nbsp; Since "materialized view" is just a fancy name for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a table that is periodically repopulated by a query, you can model this yourself with SQL via&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CREATE TABLE ... AS SELECT ..., TRUNCATE TABLE, and INSERT INTO ... SELECT (be sure to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;manage the indexes as efficiently as possible)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:43:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99926#M5823</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-31T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE MATERIALIZED VIEW ON SDE.ST_GEOMETRY</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99927#M5824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sorry.I don't understand what you've said.It seems that ST_GEOMETRY type does not be supported by oracle MATERIALIZED VIEW .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It's often useful to do a search on the error message.&amp;nbsp; When I searched on "ORA-30373", the third&lt;BR /&gt;reference was a &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/33625"&gt;Knowledge Base document&lt;/A&gt;,&amp;nbsp; Since "materialized view" is just a fancy name for&lt;BR /&gt;a table that is periodically repopulated by a query, you can model this yourself with SQL via&lt;BR /&gt;CREATE TABLE ... AS SELECT ..., TRUNCATE TABLE, and INSERT INTO ... SELECT (be sure to&lt;BR /&gt;manage the indexes as efficiently as possible)&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 13:59:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99927#M5824</guid>
      <dc:creator>zmtylsabc</dc:creator>
      <dc:date>2012-10-31T13:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE MATERIALIZED VIEW ON ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99928#M5825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would be more accurate to say that Oracle doesn't support materialized views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on SDE.ST_GEOMETRY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 14:48:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99928#M5825</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-31T14:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE MATERIALIZED VIEW ON ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99929#M5826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But in Arcgis Desktop V10.0 help document,it works well(&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesk...0000039000000"&gt;http://help.arcgis.com/en/arcgisdesk...0000039000000&lt;/A&gt;&lt;SPAN&gt;).why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It would be more accurate to say that Oracle doesn't support materialized views&lt;BR /&gt;on SDE.ST_GEOMETRY.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 00:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99929#M5826</guid>
      <dc:creator>zmtylsabc</dc:creator>
      <dc:date>2012-11-01T00:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: CREATE MATERIALIZED VIEW ON ArcSDE</title>
      <link>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99930#M5827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should work, but it doesn't, for the reasons described in the KB doc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've requested that the Oracle example be removed from the Help until&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it works properly.&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, 01 Nov 2012 00:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/create-materialized-view-on-arcsde/m-p/99930#M5827</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-11-01T00:35:39Z</dc:date>
    </item>
  </channel>
</rss>

