<?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: Uninstalling Oracle Spatial in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210873#M12161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick further update. We have gone back to the idea that we need to migrate the storage from SDO_GEOMETRY to ST_GEOMETRY so I'm testing the sdelayer -o migrate command on a duplicate server. The first problem we were having was the privilege issue mentioned above. This turned out to be reasonable easy to fix with an extra command in the LISTENER.ora file which told oracle where the ST library file was, as it was the ST operations that it couldn't access. New problem is that the tables have been using the british national grid coordinate reference definition from the SDO_COORD_REF_SYS table (SRID=81989) while they should be using SRID=27700 in the ST_SPATIAL_REFERENCES table. I'm not sure how to switch the SRID's over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The migration tool is throwing the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error executing PL/SQL Block db_stgeom_create_index_by_schema&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-20083: Parameter ST_SRID 81989 does not exist in ST_SPATIAL_REFERENCES table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to resolve this or should I just add a new record to ST_SPATIAL_REFERENCES which is a duplicate of the SRID 27700 line but change the SRID to 81989?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 12:41:00 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2012-10-03T12:41:00Z</dc:date>
    <item>
      <title>Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210865#M12153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Over the last few years we have been using ArcSDE on an Oracle RDBMS to hold our spatial data. I am the DBA for this system and it was my understanding that we weren't using Oracle Spatial as we don't have a licence for it and thus we have always done all our Spatial work using ArcSDE clients. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It now transpires that at some point in the past someone installed Oracle Spatial on the server and it appears that the default dbtune keyword uses the SDO_GEOMETRY storage type. It is difficult to determine exactly which of our tables/maps are affected or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to uninstall the Oracle Spatial from our server. Can anyone advice me what would be the implications of this? Is there any easy way of converting all the SDO_CEOMETRYS to ST_GEOMETRY? or will I have to export all the maps, change the dbtune geometry storage instructions and reload all the maps and then uninstall Oracle Spatial once we are sure none of the maps are using the SDO_GEOMETRY structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help gratefully received.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caroline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 09:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210865#M12153</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-27T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210866#M12154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's a big difference between Oracle Spatial and SDO_GEOMETRY.&amp;nbsp; Oracle Spatial uses&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDO_GEOMETRY, but SDO_GEOMETRY is not part of Spatial. The SDO type is installed with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Intermedia, which is part of the base 11g install.&amp;nbsp; I never install Oracle Spatial (which is more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of an ArcGIS Server competitor) and can still use SDO_GEOMETRY when needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are migration tools to convert SDO_GEOMETRY into ST_GEOMETRY, but I haven't used&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;them, and I'm not much of a "migrate" fan, preferring to reload (and optimize while I'm at it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you should probably do is create a new instance, with Spatial and whatever you have&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;loaded, install a representitive sample (or the whole database, if you have the space) and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run through the Spatial uninstall procedure, to see if it damages your ArcGIS/ArcSDE install&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(I doubt it will).&amp;nbsp; You can even use the duplication process to verify your backup procedures,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;because you'll want to be sure they're up to snuff before making changes like type migration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to the production instance.&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, 27 Sep 2012 10:17:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210866#M12154</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-09-27T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210867#M12155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Vangelo for that useful information, we will attempt a test uninstall to see if it does cause problems as you suggest. Before I read your answer I did try to use sdelayer -o migrate on one of the tables, although it seemed to work OK, and the table is now shown to have ST_GEOMETRY, I can no longer display the map in ArcCatalog as it now throws an "insufficient privilege" error. So if we can get by without migrating the geometry_storage I'll be much happier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caroline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 09:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210867#M12155</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-01T09:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210868#M12156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you migrated as the owner, and you're getting privilege issues as the owner, then it's&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;likely that your ArcSDE installation is somehow corrupt.&amp;nbsp; Again, building a new instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can be of help, though this time you just need to install ArcSDE in it, then look at the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;permissions granted on the objects owned by SDE, and compare them with the permissions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;granted in your production instance.&amp;nbsp; You should be working with Tech Support to address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 13:56:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210868#M12156</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-01T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210869#M12157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK we created a duplicate server and checked out the mdsys.all_geometry_columns table and it was empty, so I figured this was evidence that we had never actually used Oracle spatial and created any table using it. I therefore thought we would be safe uninstalling Oracle spatial.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately now we have uninstalled Oracle Spatial it has removed the SDO_GEOMETRY type definition which was in the MDSYS schema. The ArcSDE layers which had spatial columns defined as SDO_GEOMETRY were using the mdsys.sdo_geometry type and therefore have stopped working. I'm getting a bad feeling about this and beginning to think we are going to end up haveing to export all our maps and reimport them using the ST_GEOMETRY. Unfortunately there are a lot of maps and these are live systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's all a bit of a headache.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure we have Intermedia installed, if we install it will it replace the MDSYS.SDO_GEOMETRY type definition? and if we uninstall Oracle Spatial after that will it leave the sdo_geometry type in there as it was installed with Intermedia as well?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 12:23:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210869#M12157</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-02T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210870#M12158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know that the instance will be irrevocably damaged if&amp;nbsp; you drop the SDE user while&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ST_GEOMETRY columns still exist, so trashing the MDSYS would likely do the same,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea how you can have SDO_GEOMETRY layers without &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;USER_SDO_GEOM_METADATA rows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should probably review what the removal script is doing, and create a clone that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;isn't so all-encompassing.&amp;nbsp; SDO_GEOMETRY is available on systems without Spatial,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so this should not be a big deal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 12:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210870#M12158</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-02T12:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210871#M12159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your right I was looking in the wrong tables. That's the problem with never having used Oracle Spatial, or at least thinking I hadn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I check the ALL_SDO_GEOM_METADATA table there are loads of tables in there. All those that we had created in ArcSDE with the GEOMETRY_STORAGE flag set to SDO_GEOMETRY in DBTUNE in fact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm on a steep learning curve here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 13:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210871#M12159</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-02T13:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210872#M12160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You hadn't used Spatial, but you hadn't used the MDSYS.ST_GEOMETRY wrapper&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;around SDO_GEOMETRY either.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It certainly is a slippery slope.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 19:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210872#M12160</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-02T19:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210873#M12161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick further update. We have gone back to the idea that we need to migrate the storage from SDO_GEOMETRY to ST_GEOMETRY so I'm testing the sdelayer -o migrate command on a duplicate server. The first problem we were having was the privilege issue mentioned above. This turned out to be reasonable easy to fix with an extra command in the LISTENER.ora file which told oracle where the ST library file was, as it was the ST operations that it couldn't access. New problem is that the tables have been using the british national grid coordinate reference definition from the SDO_COORD_REF_SYS table (SRID=81989) while they should be using SRID=27700 in the ST_SPATIAL_REFERENCES table. I'm not sure how to switch the SRID's over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The migration tool is throwing the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error executing PL/SQL Block db_stgeom_create_index_by_schema&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-20083: Parameter ST_SRID 81989 does not exist in ST_SPATIAL_REFERENCES table&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to resolve this or should I just add a new record to ST_SPATIAL_REFERENCES which is a duplicate of the SRID 27700 line but change the SRID to 81989?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 12:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210873#M12161</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-03T12:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210874#M12162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"SRID" means very different things to Oracle and Esri.&amp;nbsp; For Oracle, it's only the coordinate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system, for which they have a fixed table of values.&amp;nbsp; To Esri, it is a true "spatial reference,"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which includes the constants for dimensional encoding in the ST_GEOMETRY byte stream;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;since there are an infinite number of combinations, the spatial references table ID is just&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a sequence-fed value for the unique sets of values used in the database instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way create an appropriate SDE.ST_GEOMETRY SRID is simply to copy a small table&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from the base SDO_GEOMETRY to a ST_GEOMETRY layer.&amp;nbsp; Then use the SRID of that layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(1? 2?) for the conversion process.&amp;nbsp; You can even delete the copied table, since SRIDs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;aren't purged with DROP TABLE.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can save yourself some disk and improve ST_GEOMETRY performance by limiting the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;resolution of the ST_GEOMETRY layer to a value appropriate to your data (the default XY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;scale is likely to assert 1mm to 1/10mm scale [1000 to 10000], when you can probably&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;get away with 1/2cm to 1/5 cm scale [200 to 500 xyunits]).&amp;nbsp; If the conversion goes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;smoothly, you might want to consider exporting and reimporting the tables, since they&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;are likely to have been badly fragmented by the migration process.&amp;nbsp; The performance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;difference between the original SDO storarage and defragmented optimized ST_GEOMETRY&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; is likely to be measurable.&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, 03 Oct 2012 14:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210874#M12162</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-10-03T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210875#M12163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think we may have just made a break through. We think what we had installed before was Oracle Locator which had come with Multimedia and it is that which we have been using to store our maps using the SDO_GEOMETRY type and we never really had Oracle Spatial installed after all (which was always my understanding).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can any of you confirm a table or package that I can check on which only comes with Oracle Spatial rather than Oracle Locator so I can confirm that we didn't have Oracle Spatial installed after all at least on the original servers before the last upgrade.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think my systems chap did install Oracle Spatial by mistake during our latest upgrade to Oracle 11g a few weeks ago but thankfully Oracle have a script mddins.sql which will remove only those bits which are required by Oracle Spatial and leave all the Locator parts intact.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this will work and we can leave all our maps well alone, as trying to convert them was proving to be a nightmare with new errors cropping up at every turn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caroline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 09:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210875#M12163</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-04T09:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Uninstalling Oracle Spatial</title>
      <link>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210876#M12164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: nsridb&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well I think the saga has at last come to an end. The conclusion being we don't actually have Oracle Spatial installed after all. So I have just spent a whole week trying to work out how to deinstall something that didn't exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Running the following command proved we don't have spatial installed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select comp_name, version, status from dba_registry where comp_name='Spatial';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The week wasn't a complete waste of time as I think I learnt a lot but oh boy am I glad we can go back to business as usual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Caroline&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 11:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/uninstalling-oracle-spatial/m-p/210876#M12164</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-10-04T11:52:10Z</dc:date>
    </item>
  </channel>
</rss>

