<?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 Migrate storage tool : insufficient memory error in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229959#M13028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We're having a shared memory issue while using 'Migrate storage' tool. We recently migrated from SDE 9.3 to 10.2.1 and Oracle 10g to 11gR2. Everything else work fine but we get this error only when we use 'Migrate Storage' tool. We're trying to migrate 9.3 ESRI Binary spatial type to&amp;nbsp; ST_Geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-12853: insufficient memory for PX buffers: current 229936K, max needed 16879104K&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-0431:unable to allocate 65560 bytes of shared memory (�??large pool�?�, unknown object�?�, �??large pool�?�, �??PX msg pool�?�)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone experienced this? Thank for your help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2014 14:23:30 GMT</pubDate>
    <dc:creator>SrijanaTuladhar</dc:creator>
    <dc:date>2014-04-07T14:23:30Z</dc:date>
    <item>
      <title>Migrate storage tool : insufficient memory error</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229959#M13028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We're having a shared memory issue while using 'Migrate storage' tool. We recently migrated from SDE 9.3 to 10.2.1 and Oracle 10g to 11gR2. Everything else work fine but we get this error only when we use 'Migrate Storage' tool. We're trying to migrate 9.3 ESRI Binary spatial type to&amp;nbsp; ST_Geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-12853: insufficient memory for PX buffers: current 229936K, max needed 16879104K&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-0431:unable to allocate 65560 bytes of shared memory (�??large pool�?�, unknown object�?�, �??large pool�?�, �??PX msg pool�?�)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone experienced this? Thank for your help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 14:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229959#M13028</guid>
      <dc:creator>SrijanaTuladhar</dc:creator>
      <dc:date>2014-04-07T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage tool : insufficient memory error</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229960#M13029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like your database needs more resources allocated to the SGA in order to perform the operation.&amp;nbsp; You can reconfigure your Oracle database's SGA to include at least (max - current) bytes of additional memory.&amp;nbsp; Try making the MAX SIZE and TARGET values the same:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;create pfile from spfile &lt;/SPAN&gt;&lt;SPAN&gt; (must be done as sys user)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;ALTER SYSTEM SET sga_max_size=16879104K scope=spfile;&lt;BR /&gt;ALTER SYSTEM SET sga_target=16879104K scope=spfile;&lt;BR /&gt;SHUTDOWN IMMEDIATE&lt;BR /&gt;STARTUP&lt;BR /&gt;show parameter sga_max_size&lt;BR /&gt;show parameter sga_target&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the database starts up without issue, then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;create pfile from spfile&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it does not come start up, then perform these steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;SHUTDOWN IMMEDIATE&lt;BR /&gt;startup pfile=&amp;lt;path to pfile&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alter SGA to whatever values were configured from your old settings (229936K) with &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;scope=spfile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;SHUTDOWN IMMEDIATE&lt;BR /&gt;STARTUP&lt;/SPAN&gt;&lt;SPAN&gt; (which should start from spfile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the database starts correctly, then:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;create pfile from spfile&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 14:38:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229960#M13029</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2014-04-07T14:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage tool : insufficient memory error</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229961#M13030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not everyone has the RAM necessary to allocate 16+Gb to the SGA.&amp;nbsp; If you have some &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seriously massive geometries that exceed the ability to migrate in situ, you may need &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to export the troublesome table(s), truncate them, then migrate the empty template&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and append the export file contents.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This of course assumes the table is a simple feature class (not versioned, not using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabase behaviors,...).&amp;nbsp; If it isn't simple, migration should still be possible, but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it will be more involved.&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, 07 Apr 2014 15:25:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229961#M13030</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-04-07T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage tool : insufficient memory error</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229962#M13031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right, I don't think we can allocate 16GB of RAM. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We get this error everytime we use this tool for almost all the feature classes regardless of it's size. We have been doing a work around as you mentioned, copying and pasting the data to migrate the storage type but it is not feasible for the datasets that are versioned and have archiving enabled.&amp;nbsp;&amp;nbsp; Do you know if it's is a bug with Migrate Storage tool? Why is it consuming so much memory resources? Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 15:40:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229962#M13031</guid>
      <dc:creator>SrijanaTuladhar</dc:creator>
      <dc:date>2014-04-07T15:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate storage tool : insufficient memory error</title>
      <link>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229963#M13032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First off, try making the SGA as large as you can (if 256Mb is the best you can do,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the host is unsuitable for 11g use), then try to migrate again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I doubt this is a bug with the migrate utility, but it could have something to do&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with the data, or with the way the utility is being used.&amp;nbsp; Tech Support could help &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you there.&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, 07 Apr 2014 16:13:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrate-storage-tool-insufficient-memory-error/m-p/229963#M13032</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-04-07T16:13:09Z</dc:date>
    </item>
  </channel>
</rss>

