<?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: Using SDO_GEOMETRY in ArcGIS Server in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327303#M2071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding this question to a few more groups....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2100"&gt;ArcGIS for Server&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 17:38:07 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2015-03-31T17:38:07Z</dc:date>
    <item>
      <title>Using SDO_GEOMETRY in ArcGIS Server</title>
      <link>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327302#M2070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have an Oracle database with tables with SDO_GEOMETRY fields. I understand that in order to publish and make these tables editable in ArcGIS Server 10.2 I have to have the ESRI ST_GEOMETRY data type. I have added that data type using the &lt;STRONG&gt;Create Spatial Type&lt;/STRONG&gt; in ArcGIS Desktop 10.2 and can see the SDE schema tables in Oracle. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am wondering if I can somehow convert or register the tables with the SDO_GEOMETRY to be used as ST_GEOMETRY in ArcGIS Server or if I have to create a geodatabase in Oracle that uses ST_GEOMETRY and duplicate the tables with SDO_GEOMETRY into tables as ST_GEOMETRY. We would obviously prefer to keep our existing tables only and somehow add them to ArcGIS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:26:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327302#M2070</guid>
      <dc:creator>JimO_Leary3</dc:creator>
      <dc:date>2015-03-31T16:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using SDO_GEOMETRY in ArcGIS Server</title>
      <link>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327303#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding this question to a few more groups....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/group/1680"&gt;Geodatabase&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2050"&gt;Managing Data&lt;/A&gt;​ &lt;A href="https://community.esri.com/space/2100"&gt;ArcGIS for Server&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 17:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327303#M2071</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2015-03-31T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using SDO_GEOMETRY in ArcGIS Server</title>
      <link>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327304#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim, &lt;/P&gt;&lt;P&gt;I haven't found any responses to this so far.&amp;nbsp; Which I assume means you had to do conversions by hand?&lt;/P&gt;&lt;P&gt;Did you happen to look at using Data Interop?&amp;nbsp; And any luck with that?&lt;/P&gt;&lt;P&gt;Or have you found an alternate method.&amp;nbsp; From what I can gather, just creating the spatial type doesn't populate the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have data in 10.1 and we extract it into file geodatabases.&lt;/P&gt;&lt;P&gt;While doing some testing with Hosted Feature Services, I discovered that some of our polygons don't have ST_GEOMETRY data so I assume we need to do the conversion like you've had to deal with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't come across any info about the change to 10.2 so if you have any references, I'd appreciate that.&lt;/P&gt;&lt;P&gt;The best thing I've found so far for basic information is:&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/desktop/latest/manage-data/gdbs-in-oracle/feature-class-storage-oracle.htm" title="https://desktop.arcgis.com/en/desktop/latest/manage-data/gdbs-in-oracle/feature-class-storage-oracle.htm"&gt;Feature classes in a geodatabase in Oracle—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 23:20:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327304#M2072</guid>
      <dc:creator>PaulDavidson1</dc:creator>
      <dc:date>2015-09-02T23:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using SDO_GEOMETRY in ArcGIS Server</title>
      <link>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327305#M2073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, there is no requirement that data be stored in sde.ST_GEOMETRY to be published as a feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to publish a feature service, the source feature class must be registered with the geodatabase.&amp;nbsp; This means an enterprise geodatabase must be installed.&amp;nbsp; But there is no reason why you cannot register a feature class using SDO_GEOMETRY geometry storage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not recommend using Create Spatial Type unless you have&lt;EM&gt; no intention&lt;/EM&gt; of enabling the database instance as an enterprise geodatabase.&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, 03 Sep 2015 02:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/using-sdo-geometry-in-arcgis-server/m-p/327305#M2073</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-09-03T02:20:10Z</dc:date>
    </item>
  </channel>
</rss>

