<?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: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470778#M26860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robyn,&lt;/P&gt;&lt;P&gt;My apologies, I had not been monitoring this and have since changed jobs. However, I can answer that question, in that on the remote database the sql that you write to select from the Geo-aware database should not include the shape field. The ArcSDE multi-versioned view is just a view not a materialized view.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example:&amp;nbsp; select attr1, attr2 from geoAwareDatabase@remote_oracle would be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Good:&amp;nbsp; select attr1, attr2, shape from geoAwareDatabae@remote_oracle;&lt;/P&gt;&lt;P&gt;Going through the DBLink would not work.&amp;nbsp; Now with updates and upgrades that may have changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Oracleing,&lt;/P&gt;&lt;P&gt;Rob P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 17:03:16 GMT</pubDate>
    <dc:creator>RobertParsons</dc:creator>
    <dc:date>2014-08-07T17:03:16Z</dc:date>
    <item>
      <title>PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470771#M26853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fellow ArcSDE Professionals:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; We currently have an Oracle10G asset management system that select new records on our ArcSDE database through a multi-versioned view that then creates new assests in the Asset Management System.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have just upgraded to ArcSDE 10 on Oracle 11G and when we attempt to compile the PL/SQL on the Oracle10G instance the following errors occur:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(218,4): PL/SQL: SQL Statement ignored&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(219,20): PL/SQL: ORA-21700: object does not exist or is marked for delete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(230,4): PL/SQL: SQL Statement ignored&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(231,20): PL/SQL: ORA-21700: object does not exist or is marked for delete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(242,4): PL/SQL: SQL Statement ignored&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error(243,20): PL/SQL: ORA-21700: object does not exist or is marked for delete&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The old database we were using SDEBinary, on the new database we are using ST_GEOMETRY.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any insight and or troubleshooting tips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob Parsons&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;City of Columbus, Ohio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 18:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470771#M26853</guid>
      <dc:creator>RobertParsons</dc:creator>
      <dc:date>2012-04-19T18:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470772#M26854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you migrated your storage from sdelob to stgeometry you'll need to recreate your materialized view because the structure is different. There are no longer F or S tables in stgeometry, and these tables are likely still being referenced in your materialized view and giving you the errors. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 12:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470772#M26854</guid>
      <dc:creator>anthonysanchez</dc:creator>
      <dc:date>2012-04-20T12:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470773#M26855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reply. I have seen the Oracle Metalink article that you are referring too.&amp;nbsp; So, does that mean that an ArcSDE Multi-Versioned View is another term for Oracle Materialized View?&amp;nbsp; If so, then when we upgraded from 9.3.1 to 10 I moved the data into a brand new system (Oracle11G)&amp;nbsp; Versioned the features then created the Multi-Versioned Views.&amp;nbsp; The PLSQL that is selecting data from the Multi-Versioned view is still in Oracle 10G.&amp;nbsp; From that 10G database I can login using SQLPlus and perform the queries with no problem against the multi-versioned view but the plsql package cannot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will look into how Oracle "sees" the multi-versioned view, maybe that will give me some clues, but any other additional troubleshooting tips would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob P.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470773#M26855</guid>
      <dc:creator>RobertParsons</dc:creator>
      <dc:date>2012-04-20T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470774#M26856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops. I meant multi versioned view which is just an oracle view. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 15:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470774#M26856</guid>
      <dc:creator>anthonysanchez</dc:creator>
      <dc:date>2012-04-20T15:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470775#M26857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anthony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The multi-versioned views are brand new, created after I moved the data from ArcSDE 9.3.1 to ArcSDE 10.&amp;nbsp; Do I need to just select the mv views from the asset manangement system through sql so that the asset management resets to st_geometry.&amp;nbsp; I would have thought that a recompile would accomplish that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 18:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470775#M26857</guid>
      <dc:creator>RobertParsons</dc:creator>
      <dc:date>2012-04-20T18:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470776#M26858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For those that are interested. It has been resolved.&amp;nbsp; In fact the error that is in the Title of this thread was not the real cause it was a ORA-22804. Remote operations not permitted on object tables with a user-defined type.&amp;nbsp; We moved to the ST_GEOMETRY datatype from SDEBinary. As this was a dblink to the GIS ArcSDE Database from the Asset management system it did not work.&amp;nbsp; We altered the PLSQL and it is now working.&amp;nbsp; In the future if you are selecting from a multi-versioned view do not include the shape field if you are using ST_GEOMETRY.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks to ESRI Tech Support for nailing this one down. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Happy Oracleing,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2012 13:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470776#M26858</guid>
      <dc:creator>RobertParsons</dc:creator>
      <dc:date>2012-04-25T13:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470777#M26859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Rob&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have seen the same issue and your post confirms what our DBA thought was the cause.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're still monitoring this, can I clarify: I understand you are saying you can make this materialized view across data base links work for ST_GEOMETRY if you don't actually reference the geometry field? That's not what we are seeing - as long as there is an ST_GEOMETRY field, the materialized view (which doesn't try to pick up the geometry) fails. Are we doing something else wrong, or am I misunderstanding your last post?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robyn Gallagher&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geoscience Australia&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 00:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470777#M26859</guid>
      <dc:creator>RobynGallagher</dc:creator>
      <dc:date>2013-12-24T00:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: PL/SQL: ORA-21700 object does not exist. . . Oracle10g to SDE 10/Oracle11G</title>
      <link>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470778#M26860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robyn,&lt;/P&gt;&lt;P&gt;My apologies, I had not been monitoring this and have since changed jobs. However, I can answer that question, in that on the remote database the sql that you write to select from the Geo-aware database should not include the shape field. The ArcSDE multi-versioned view is just a view not a materialized view.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For example:&amp;nbsp; select attr1, attr2 from geoAwareDatabase@remote_oracle would be good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not Good:&amp;nbsp; select attr1, attr2, shape from geoAwareDatabae@remote_oracle;&lt;/P&gt;&lt;P&gt;Going through the DBLink would not work.&amp;nbsp; Now with updates and upgrades that may have changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Oracleing,&lt;/P&gt;&lt;P&gt;Rob P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 17:03:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pl-sql-ora-21700-object-does-not-exist-oracle10g/m-p/470778#M26860</guid>
      <dc:creator>RobertParsons</dc:creator>
      <dc:date>2014-08-07T17:03:16Z</dc:date>
    </item>
  </channel>
</rss>

