<?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 ORA-29858: error occurred in the execution of ODCIINDEXALTER routine in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608535#M34262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, when I trying to rebuild the index with the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alter index A13_IX1 rebuild;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below generates the following errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-29858: error occurred in the execution of ODCIINDEXALTER routine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-20084: No ST_GRIDS supplied in PARAMETERS clause&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.SPX_UTIL", line 702&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.ST_DOMAIN_METHODS", line 917&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.ST_DOMAIN_METHODS", line 1811&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 04:19:54 GMT</pubDate>
    <dc:creator>AntonGonak</dc:creator>
    <dc:date>2012-09-12T04:19:54Z</dc:date>
    <item>
      <title>ORA-29858: error occurred in the execution of ODCIINDEXALTER routine</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608535#M34262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, when I trying to rebuild the index with the following syntax:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alter index A13_IX1 rebuild;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below generates the following errors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-29858: error occurred in the execution of ODCIINDEXALTER routine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-20084: No ST_GRIDS supplied in PARAMETERS clause&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.SPX_UTIL", line 702&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.ST_DOMAIN_METHODS", line 917&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ORA-06512: на&amp;nbsp; "SDE.ST_DOMAIN_METHODS", line 1811&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 04:19:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608535#M34262</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-12T04:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-29858: error occurred in the execution of ODCIINDEXALTER routine</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608536#M34263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Domain indexes are slightly different birds.&amp;nbsp; I don't think ALTER INDEX ... REBUILD works on&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SDO_GEOMETRY either.&amp;nbsp;&amp;nbsp; I generally just DROP INDEX and CREATE INDEX with appropriate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters (or use 'sdelayer -o load_only_io ... ; sdelayer -o normal_io ...').&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, 12 Sep 2012 10:03:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608536#M34263</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-12T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-29858: error occurred in the execution of ODCIINDEXALTER routine</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608537#M34264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where can I find the appropriate parameters for the index?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608537#M34264</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-12T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-29858: error occurred in the execution of ODCIINDEXALTER routine</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608538#M34265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to do it, but nothing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select index_name,parameters from user_indexes where index_name = 'A13_IX1' and domidx_opstatus = 'FAILED';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;INDEX_NAME PARAMETERS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1A13_IX1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from SDE.st_geometry_index where index_name = 'A13_IX1';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OWNER TABLE_NAME COLUMN_NAME INDEX_ID GRID.GRID1 GRID.GRID2 GRID.GRID3 SRID&amp;nbsp;&amp;nbsp; ***&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the default parameters? Can I create an index with some default parameters?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 10:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608538#M34265</guid>
      <dc:creator>AntonGonak</dc:creator>
      <dc:date>2012-09-12T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: ORA-29858: error occurred in the execution of ODCIINDEXALTER routine</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608539#M34266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Creating_spatial_indexes_on_tables_with_an_ST_Geometry_column_using_SQL/006z0000002v000000/"&gt;ArcGIS documentation&lt;/A&gt;&lt;SPAN&gt; covers the proper syntax for creating an ST_GEOMETRY index.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd want to research Oracle documentation to clean up an invalid index.&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, 12 Sep 2012 11:50:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-29858-error-occurred-in-the-execution-of/m-p/608539#M34266</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-12T11:50:41Z</dc:date>
    </item>
  </channel>
</rss>

