<?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 Oracle schema is not visible via ArcCatalog in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302375#M44590</link>
    <description>&lt;P&gt;We have oracle(11.2) based Sde (ArcGis Server 10.3).&lt;BR /&gt;User U1 creates table T1 using oracle ddl.&lt;BR /&gt;This table is available to user U1 from Oracle pl/sql developer and others, except Arc Catalog.&lt;BR /&gt;If the user U1 connects to oracle using ArcCatalog, then the schema U1 and the table T1 is unvisible.&lt;BR /&gt;What could be the problem?&lt;BR /&gt;Should I additionally register in Sde the scheme U1 and table T1?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 08:33:54 GMT</pubDate>
    <dc:creator>vsevgu</dc:creator>
    <dc:date>2023-06-23T08:33:54Z</dc:date>
    <item>
      <title>Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302375#M44590</link>
      <description>&lt;P&gt;We have oracle(11.2) based Sde (ArcGis Server 10.3).&lt;BR /&gt;User U1 creates table T1 using oracle ddl.&lt;BR /&gt;This table is available to user U1 from Oracle pl/sql developer and others, except Arc Catalog.&lt;BR /&gt;If the user U1 connects to oracle using ArcCatalog, then the schema U1 and the table T1 is unvisible.&lt;BR /&gt;What could be the problem?&lt;BR /&gt;Should I additionally register in Sde the scheme U1 and table T1?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 08:33:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302375#M44590</guid>
      <dc:creator>vsevgu</dc:creator>
      <dc:date>2023-06-23T08:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302379#M44591</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/695758"&gt;@vsevgu&lt;/a&gt;, please can you post an example of your DDL here.&lt;/P&gt;&lt;P&gt;Note, the 10.3 Geodatabase schema is very old and no longer supported.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 08:50:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302379#M44591</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2023-06-23T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302639#M44596</link>
      <description>&lt;P&gt;Both ArcGIS 10.3 and Oracle 11gR2 are ancient.&amp;nbsp; You haven't provided the DDL for table creation, but it seems likely that you have an unsupported datatype (which makes specifying the DDL all the more important).&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 04:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302639#M44596</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2023-06-27T04:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302739#M44600</link>
      <description>&lt;P&gt;You shall create new tables using ArcCatalog and not create tables directly using Oracle SQL Developer nor SQL Plus.&lt;/P&gt;&lt;P&gt;Tables created with ArcCatalog are registered with the Oracle ArcSDE Geodatabase.&lt;/P&gt;&lt;P&gt;select * from sde.table_registry order by owner, table_name;&lt;/P&gt;&lt;P&gt;Tables created with Oracle SQL Developer / SQL Plus are NOT registered with the Oracle ArcSDE Geodatabase, therefore ArcCatalog will not display those tables.&lt;/P&gt;&lt;P&gt;There are ways to register a standalone table with the Oracle ArcSDE Geodatabase, for this please look the Geodatabase documentation.&lt;/P&gt;&lt;P&gt;I hope this clarifies your question.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 23:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302739#M44600</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-06-24T23:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302844#M44605</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;The table created with the ddl for example. The table not visible in ArcCatalog&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;CREATE TABLE U1.TEST1
(
	ID NUMBER(10,0) PRIMARY KEY,
	ISACTUAL NUMBER(1,0),
	NOTE VARCHAR2(255),
	SHAPE MDSYS.SDO_GEOMETRY
);

insert into mdsys.SDO_GEOM_METADATA_TABLE
select 
    'U1'
    , 'TEST1'
    ,'SHAPE'
    , SDO_DIM_ARRAY(SDO_DIM_ELEMENT('X', -180, 180, .0005)
    , SDO_DIM_ELEMENT('Y', -90, 90, .0005))
    , 4326 from dual;
commit;
CREATE INDEX U1.GEOINDSHAPE1  ON U1.TEST1 (SHAPE) INDEXTYPE IS MDSYS.SPATIAL_INDEX NOPARALLEL;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 06:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1302844#M44605</guid>
      <dc:creator>vsevgu</dc:creator>
      <dc:date>2023-06-26T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1303029#M44606</link>
      <description>&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/geodatabases/registering-a-table-with-the-geodatabase.htm" target="_blank" rel="noopener"&gt;Register a table or view with the geodatabase—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;BR /&gt;Oracle ArcSDE Geodatabase 10.3 is deprecated and I recommend you upgrade your geodatabase repository to 10.8 and also to use ArcMap/ArcCatalog 10.8 if you attempt to register the table with the geodatabase. If you continue to encounter an issue then is best if you open a ticket with Esri Technical Support to troubleshoot this further.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 15:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1303029#M44606</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-06-26T15:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1303368#M44607</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/695758"&gt;@vsevgu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my Oracle 19c/Geodatabase 10.8 I created your "U1" user using 10.8 ArcCatalog's Create Database User tool. I then ran your DDL using SQLPlus and your data was then listed in ArcCatalog as you wanted. So in order to do this please update your system to the current versions.&lt;/P&gt;&lt;P&gt;Note, although your data is listed it is not Registered with the Geodatabase.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisUnderwood_0-1687870699329.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74246i3970FD3FE85D54A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisUnderwood_0-1687870699329.png" alt="ChrisUnderwood_0-1687870699329.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisUnderwood_2-1687872338426.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/74251iD39E9E2A2949198D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisUnderwood_2-1687872338426.png" alt="ChrisUnderwood_2-1687872338426.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1303368#M44607</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2023-06-27T13:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle schema is not visible via ArcCatalog</title>
      <link>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1359123#M44845</link>
      <description>&lt;P&gt;Sorry, I forgot to write what the problem was.&lt;/P&gt;&lt;P&gt;For version ArcSDE 9.3, I tried to register layers using version ArcGIS Desktop 10.3. but the maximum version of ArcGIS Desktop for registering layers in ArcSDE 9.3 is 10.2&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/oracle-schema-is-not-visible-via-arccatalog/m-p/1359123#M44845</guid>
      <dc:creator>vsevgu</dc:creator>
      <dc:date>2023-12-11T15:35:29Z</dc:date>
    </item>
  </channel>
</rss>

