<?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: data lost from non-versioned oracle table in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421097#M24023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Al, what version of ArcGIS and ArcSDE are you running? If also still 9.2, it is highly recommended to upgrade A.S.A.P. ESRI will even stop supporting 9.3.1 SP2 in the near future, so any potentially necessary - intermediate step - upgrade path via 9.3.1 to 10.x will become even more difficult soon, as you won't be able to request regular support from ESRI even for 9.3.1 when it will be retired at the end of this year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the Product Life Cycle PDF:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://downloads.esri.com/support/product%20life%20cycle/server_gis/ArcGISServer_PLC.pdf"&gt;http://downloads.esri.com/support/product%20life%20cycle/server_gis/ArcGISServer_PLC.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This really sounds like an issue to take up with ESRI Tech support if you are on a supported platform...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Oct 2013 11:57:27 GMT</pubDate>
    <dc:creator>MarcoBoeringa</dc:creator>
    <dc:date>2013-10-13T11:57:27Z</dc:date>
    <item>
      <title>data lost from non-versioned oracle table</title>
      <link>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421095#M24021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I'm looking for some advice on how to investigate an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a Table in an Oracle 10.2 datadabase that is registered with ArcSDE9.2 as non-versioned to present a read-only layer to ArcMap users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The system has been running for several years without problems but I've noticed two occurances in the last few weeks of rows going missing from this table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As the table is not editable through ArcMap I figured it had to be user with direct access through an Oracle connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In an attempt to track down who was responsible I tried running the following sql against Oracle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select * from v$sql where SQL_TEXT like 'DELETE FROM MYSCHEMA.MYTABLE%';&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it returned one result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a gsrvr process has submitted the SQL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM MYSCHEMA.MYTABLE WHERE OBJECTID IN (select t.column_value from table (CAST (:numtab as SDE.sdenumtab)) t)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas what ArcSDE is attempting to do here and why it is trying to modify a non-versioned table?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 12:04:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421095#M24021</guid>
      <dc:creator>AndyBridle</dc:creator>
      <dc:date>2012-09-19T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: data lost from non-versioned oracle table</title>
      <link>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421096#M24022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi, did you ever find out what happened to your table?&amp;nbsp; I have a VIRTUALLY IDENTICAL situation, where the last couple of days the following command has (seemingly at random) run on a non-versioned table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE FROM MYSCHEMA.MYTABLE WHERE OBJECTID IN (select t.column_value from table (CAST (:numtab as SDE.sdenumtab)) t) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no idea how this is happening, but it's very troubling.&amp;nbsp; Any insight you have will be greatly appreciated...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Al&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 18:58:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421096#M24022</guid>
      <dc:creator>AlanEpp</dc:creator>
      <dc:date>2013-10-10T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: data lost from non-versioned oracle table</title>
      <link>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421097#M24023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Al, what version of ArcGIS and ArcSDE are you running? If also still 9.2, it is highly recommended to upgrade A.S.A.P. ESRI will even stop supporting 9.3.1 SP2 in the near future, so any potentially necessary - intermediate step - upgrade path via 9.3.1 to 10.x will become even more difficult soon, as you won't be able to request regular support from ESRI even for 9.3.1 when it will be retired at the end of this year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the Product Life Cycle PDF:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://downloads.esri.com/support/product%20life%20cycle/server_gis/ArcGISServer_PLC.pdf"&gt;http://downloads.esri.com/support/product%20life%20cycle/server_gis/ArcGISServer_PLC.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This really sounds like an issue to take up with ESRI Tech support if you are on a supported platform...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Oct 2013 11:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/data-lost-from-non-versioned-oracle-table/m-p/421097#M24023</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-13T11:57:27Z</dc:date>
    </item>
  </channel>
</rss>

