<?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: Database spatial enabled view from NonSpatial Database in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791628#M2140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be any number of problems, but insufficient information to determine which one.&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 Feb 2016 16:17:07 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2016-02-08T16:17:07Z</dc:date>
    <item>
      <title>Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791622#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Environment: ArcSDE 10.1, Linux RHEL 6, Oracle 11g2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our environment we have a two corporate databases Database1(non-spatial) and Database 2(geodatabase). Database 1(non-spatial) has a table TAB1 with geometry column and it gets continiously updated. I want to create a spatially enabled view in DATABASE2(geodatabase) of this table to get updates simultaneously to our GIS users using Database2(geodatabase).&lt;BR /&gt;Please help me with the best way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Homework: In DATABASE2 .. I created oracle view .. registered it as layer, but it failed to draw geography in ArcMap with message"Spatial Index needed". It once again failed when i tried to create spatial index on the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;-AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Feb 2016 11:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791622#M2134</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2016-02-07T11:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791623#M2135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdullah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with materialized views both with ESRI st_geometry or Oracle sdo_geometry. I think you can build a spatial index over a materialized view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesus de Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 09:21:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791623#M2135</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-02-08T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791624#M2136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In all RDBMSes except Oracle (11g and below), different "databases" are actually stored in the same instance.&amp;nbsp; The fact that this is not true in Oracle means you can't use the same techniques as recommended for other RDBMS software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to create an index on a view.&amp;nbsp; Views always use the index on the base table, unless the view is really an Oracle database link, in which case it often won't use the index even then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do is make a decision.&amp;nbsp; You can:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Establish a connection protocol that allows GIS users to access the spatial table in database1 via Query Layers&lt;/LI&gt;&lt;LI&gt;Establish a process to replicate the database1 table in database2 (and then another process to maintain synchronization when changes occur in database1)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I'm a data manipulation geek, I'm usually asked to do option 2, but it's often more complex and subject to periodic re-synchronization than most project managers realize.&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 Feb 2016 14:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791624#M2136</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-02-08T14:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791625#M2137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alarcon,&lt;/P&gt;&lt;P&gt;I have a setup to synchronize data between two tables with help of materialized views. Its working perfectly. What i was trying to do is to look for a different method. Your suggestion is one of the successful setups for synchronization.&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 15:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791625#M2137</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2016-02-08T15:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791626#M2138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a new table/layer&amp;nbsp; on DATABASE2 and create triggers for updating this table/layer each time table in DATABASE1 is modified...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesus de Diego Alarcon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:01:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791626#M2138</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-02-08T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791627#M2139</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;Query layer process: I can view the table in database1 through ArcCatalog/ArcMap 10.3 as spatial table 'iconed', but when i switch to 'Geography' in ArcCatalog or When i drag it to ArcMap the fetures are not drawn, only table content is view able. What is the issue i don't know(Please suggest)&lt;/P&gt;&lt;P&gt;Replication: Recently i implemented this process, writing a package(oracle procedure) and scheduled it to run on specific intervals(job scheduler) which syncs data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791627#M2139</guid>
      <dc:creator>User35489</dc:creator>
      <dc:date>2016-02-08T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Database spatial enabled view from NonSpatial Database</title>
      <link>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791628#M2140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be any number of problems, but insufficient information to determine which one.&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 Feb 2016 16:17:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/database-spatial-enabled-view-from-nonspatial/m-p/791628#M2140</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2016-02-08T16:17:07Z</dc:date>
    </item>
  </channel>
</rss>

