<?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 How to query a FeatureClass in Oracle SQL Developer? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630142#M35599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The feature classes in my app are stored in our SDE for Oracle DB.&amp;nbsp; In Oracle SQL Developer, I can query tables in the DB.&amp;nbsp; However, I can't run SQL on a FeatureClass, e.g., like the SQL statement below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SELECT * from &lt;EM&gt;myFCName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do such a kind of query?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 18:53:45 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2017-02-21T18:53:45Z</dc:date>
    <item>
      <title>How to query a FeatureClass in Oracle SQL Developer?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630142#M35599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The feature classes in my app are stored in our SDE for Oracle DB.&amp;nbsp; In Oracle SQL Developer, I can query tables in the DB.&amp;nbsp; However, I can't run SQL on a FeatureClass, e.g., like the SQL statement below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SELECT * from &lt;EM&gt;myFCName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do such a kind of query?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630142#M35599</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2017-02-21T18:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to query a FeatureClass in Oracle SQL Developer?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630143#M35600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Feature Classes are stored in the form of Tables only at the database end. So you should be able to query them the same way as you normally query for database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try adding the schema owner name and then check:&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;SELECT * from &lt;STRONG&gt;data_owner&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;myFCName&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630143#M35600</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-02-21T18:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to query a FeatureClass in Oracle SQL Developer?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630144#M35601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encourage you to read &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/sql-access-to-geodatabase-data.htm"&gt;SQL access to enterprise geodatabase data &lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 19:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630144#M35601</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-02-21T19:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to query a FeatureClass in Oracle SQL Developer?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630145#M35602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried in the same way as you recommended.&amp;nbsp; I have used an alternative approach done this work.&amp;nbsp; What I used is ESRI's ArcDataBinding components (&lt;A class="link-titled" href="http://edndoc.esri.com/arcobjects/9.2/NET/a6eb84fb-93db-4bc3-82a9-874d8890a8ca.htm" title="http://edndoc.esri.com/arcobjects/9.2/NET/a6eb84fb-93db-4bc3-82a9-874d8890a8ca.htm"&gt;Bind a geodatabase table to a .NET control&lt;/A&gt; ).&amp;nbsp; Thanks for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 20:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-query-a-featureclass-in-oracle-sql/m-p/630145#M35602</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2017-02-21T20:09:08Z</dc:date>
    </item>
  </channel>
</rss>

