<?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: ( ora - 00955 ) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533099#M30178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you create tables or indexes named A22 or D13 (anything matching [ASDF]n, where&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; n is any number)? If so, that's probably the cause.&amp;nbsp; Your database error log will likely have &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even when I'm populating trivial tables to test instances with large numbers of tables, I name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;them with at least 8-15 characters (TABLE0001, FEATURECLASS0007).&amp;nbsp; Long names are far more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;likely to be self-documenting (the same goes for columns).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Sep 2012 11:55:11 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2012-09-22T11:55:11Z</dc:date>
    <item>
      <title>( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533098#M30177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi , i have this problem , Failed to Create Feature class in ArcCatalog as versioned (DBMS Error ORA-00955)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to Create Feature Class through Spatial Database Connection as versioned.(ArcSDE 9.3) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While i am trying to do this getting the below error. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;failed to register as versioned , table already exists ( ora - 00955 ) name is already used by an existing object&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 05:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533098#M30177</guid>
      <dc:creator>tamerali</dc:creator>
      <dc:date>2012-09-22T05:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: ( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533099#M30178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you create tables or indexes named A22 or D13 (anything matching [ASDF]n, where&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; n is any number)? If so, that's probably the cause.&amp;nbsp; Your database error log will likely have &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even when I'm populating trivial tables to test instances with large numbers of tables, I name&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;them with at least 8-15 characters (TABLE0001, FEATURECLASS0007).&amp;nbsp; Long names are far more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;likely to be self-documenting (the same goes for columns).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 11:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533099#M30178</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-22T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533100#M30179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you for your answer , but plz can u explain more about this ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 13:37:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533100#M30179</guid>
      <dc:creator>tamerali</dc:creator>
      <dc:date>2012-09-22T13:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: ( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533101#M30180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The documentation does a much better job of describing how ArcSDE is implemented&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;than I ever could.&amp;nbsp; Suffice it to say that versioing a table creates supporting tables&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and indexes, and the error indicates that a naming conflict exists on one of these&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;supporting tables/indexes.&amp;nbsp; If you review the ArcSDE logs in $SDEHOME/etc and/or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the Oracle alert log, you should be able to determine exactly what has gone wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2012 20:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533101#M30180</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-22T20:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: ( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533102#M30181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much , i delete the old ( A , D ) tables , then all thing is okay .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2012 11:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533102#M30181</guid>
      <dc:creator>tamerali</dc:creator>
      <dc:date>2012-09-23T11:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: ( ora - 00955 )</title>
      <link>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533103#M30182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's premature to call everything "okay" until you can discover:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Why the old tables existed outside the maintenance of ArcSDE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) What other tables might be similarly orphaned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If any data of value has been lost in this process&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2012 13:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/ora-00955/m-p/533103#M30182</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-09-23T13:17:58Z</dc:date>
    </item>
  </channel>
</rss>

