<?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: Preparing data for Oracle SDE in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75117#M2932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is important to keep in mind that data is not stored "in" ArcSDE -- it's the database that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stores data, and ArcSDE just gives ArcGIS access to data, in both unversioned and versioned&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File geodatabase is fine, but you should keep well clear of shapefile for data transfer from &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle to Oracle -- it will mangle your attribute column names (limiting them to 10 characters),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lose all timestamp column resolution below day, encode all NULL numeric values as zeros, clip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all VARCHAR strings at 254 length, and fail to transfer CLOB, NCLOB, and BLOB columns.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ASCII is far more reliable than shapefile for transfer of database rows, and FGBD is easier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use, and straight database export is easiest (though you will likely want to stage the simple &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;feature classes transferred by EXP/EXPDP/RMAN and copy from there into full geodatabase &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;form, especially if you want to migrate to 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>Mon, 09 Jun 2014 15:59:55 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-06-09T15:59:55Z</dc:date>
    <item>
      <title>Preparing data for Oracle SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75116#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are migrating our data to Oracle SDE.&amp;nbsp; At present we are going from SHP that has been exported from Geomedia (Oracle). I plan to stage it in a File Geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make sure I am preparing the data as best as possible before populating it into the SDE environment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any tips, strategies, workflows that I should follow to make sure the data is in the best shape possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be grateful for any tips on things not to forget to do also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I plan to do a topology clean up on all the data but since I am relatively new to this process. Any tips on things not to forget would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 14:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75116#M2931</guid>
      <dc:creator>KristineMuma</dc:creator>
      <dc:date>2014-06-09T14:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Preparing data for Oracle SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75117#M2932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is important to keep in mind that data is not stored "in" ArcSDE -- it's the database that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stores data, and ArcSDE just gives ArcGIS access to data, in both unversioned and versioned&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File geodatabase is fine, but you should keep well clear of shapefile for data transfer from &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle to Oracle -- it will mangle your attribute column names (limiting them to 10 characters),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;lose all timestamp column resolution below day, encode all NULL numeric values as zeros, clip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all VARCHAR strings at 254 length, and fail to transfer CLOB, NCLOB, and BLOB columns.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ASCII is far more reliable than shapefile for transfer of database rows, and FGBD is easier&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use, and straight database export is easiest (though you will likely want to stage the simple &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;feature classes transferred by EXP/EXPDP/RMAN and copy from there into full geodatabase &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;form, especially if you want to migrate to 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>Mon, 09 Jun 2014 15:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75117#M2932</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-06-09T15:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Preparing data for Oracle SDE</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75118#M2933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That was helpful thanks. Poor wording on my part for "stored in".&amp;nbsp; Should have said Stored in Oracle with SDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use Data Interoperability but I hesitate to activate the extension. If I can't get it all done before it expires we can't purchase it. So I'm trying to find the appropriate work around.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good things to keep in mind.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 17:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/preparing-data-for-oracle-sde/m-p/75118#M2933</guid>
      <dc:creator>KristineMuma</dc:creator>
      <dc:date>2014-06-09T17:12:52Z</dc:date>
    </item>
  </channel>
</rss>

