<?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 Get wrong tables when conection to Oracle database in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164010#M9142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've installed ArcSDE and did the post-installation successfully on a RedHat Linux Server. Afterwards I started the default ArcSDE Service (5151)...now when I try to connect with ArcCatalog to the ArcSDE Service I get the tables of an other user of my Orcale database. When deleting the SELECT ANY USER privilege for the SDE user and connect again I can't see any tables but I know the SDE tables exist in the SDE tablespace (when connecting with sqldeveloper as user SDE&amp;nbsp; I can see the geodatabase tables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, do you have a hint?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dennis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 15:16:17 GMT</pubDate>
    <dc:creator>DenizGueclue</dc:creator>
    <dc:date>2012-02-08T15:16:17Z</dc:date>
    <item>
      <title>Get wrong tables when conection to Oracle database</title>
      <link>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164010#M9142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've installed ArcSDE and did the post-installation successfully on a RedHat Linux Server. Afterwards I started the default ArcSDE Service (5151)...now when I try to connect with ArcCatalog to the ArcSDE Service I get the tables of an other user of my Orcale database. When deleting the SELECT ANY USER privilege for the SDE user and connect again I can't see any tables but I know the SDE tables exist in the SDE tablespace (when connecting with sqldeveloper as user SDE&amp;nbsp; I can see the geodatabase tables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, do you have a hint?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dennis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164010#M9142</guid>
      <dc:creator>DenizGueclue</dc:creator>
      <dc:date>2012-02-08T15:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get wrong tables when conection to Oracle database</title>
      <link>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164011#M9143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should only connect to the database as user SDE if you are doing an upgrade&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(at which time, a whole lot more than SELECT ANY TABLE will be necessary).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT ANY TABLE is NOT necessary for the ArcSDE application server to function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ArcSDE data dictionary tables are hidden when you connect through ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(intentionally, since you shouldn't ever be changing them), but access to them&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is necessary for ArcSDE to function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also see all the other tables to which you have been granted at least&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT access.&amp;nbsp; In addition, you will see aa list of all featuredatasets, since&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;these are not database objects and there is no way to determine access without&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;walking the member list and testing the permissions of all the tables of all the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;member featureclasses (very slow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing you have described matches the "wrong tables" in the title.&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, 08 Feb 2012 16:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164011#M9143</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-02-08T16:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get wrong tables when conection to Oracle database</title>
      <link>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164012#M9144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I see...sorry you r right my it was a wrong choice for my title!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your clarification!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dennis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 07:04:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/get-wrong-tables-when-conection-to-oracle-database/m-p/164012#M9144</guid>
      <dc:creator>DenizGueclue</dc:creator>
      <dc:date>2012-02-09T07:04:57Z</dc:date>
    </item>
  </channel>
</rss>

