<?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: Set up an Oracle DBMS spatial table for editing via a feature service in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1066023#M7234</link>
    <description>&lt;P&gt;Ok, thanks for the clarification. I could see how this would be needed in case there was another table in a different schema that had the same name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Update: It seems that the full table name is needed:&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/creating-a-query-layer.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/creating-a-query-layer.htm&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;When building a query, a whole table can be added to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box by either double-clicking it or dragging it from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;List of Tables&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;window into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box. Likewise, you can add specific columns in a table to the query by double-clicking them or dragging them from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Columns&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;window into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box. You can also type specific queries or cut and paste a query from an external application into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box.&lt;/P&gt;&lt;P&gt;SQL syntax specific to the database should be used when building a query layer. A common example would be as follows:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;SELECT * FROM Test.myuser.US_States&lt;/SPAN&gt;. This would result in a query layer containing all rows from the US_States table. In the map, this would display all the United States.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I would recommend contacting Esri technical support to have them verify.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jun 2021 15:01:48 GMT</pubDate>
    <dc:creator>George_Thompson</dc:creator>
    <dc:date>2021-06-08T15:01:48Z</dc:date>
    <item>
      <title>Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868178#M6130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this Esri support article (&lt;A href="http://support.esri.com/technical-article/000012057"&gt;http://support.esri.com/technical-article/000012057&lt;/A&gt;) posted in May 2016 which goes through the steps to create database table, sequence, trigger that is suitable to create a feature class in Oracle Spatial RDBMS and pubish a feature service to allow editing of data. There is a note at the end of the article stating its for Server/Desktop 10.2.2.&lt;/P&gt;&lt;P&gt;I have been through the steps using 10.3.1 with no success (publishing error 00166 - SEVERITY High&amp;nbsp;- Layer's ObjectID is not maintained by the database and the feature service is being published with "Create" capability enabled, when being analyised)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to create a feature class within the Oracle Spatial RDBMS using the new-&amp;gt;feature class right click context menu on the database connection file (.sde) within ArcMap/ArcCatalog and publish a feature service using that feature class with editing being possible when used in a WebMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the correct permissions on the database for the schema I'm connecting to&amp;nbsp;(eg. create table, index, sequence, trigger, package, procedure, function).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know where the documentation/steps are located to correctly create the feature class using SQL DDL statements only to allow a DBA to perform the task without needing any Esri application (eg. ArcMap/ArcCatalog)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:53:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868178#M6130</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2017-06-21T10:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868179#M6131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have followed through this article with two different test tables and I was able to successfully publish the table out with feature access enabled, and pull the service back into ArcMap (or web apps) for querying/editing with both tests. This was done at 10.5.1 Desktop and 10.5 ArcGIS Server so admittedly I haven't tested this out at 10.3.x release. However- here are the steps I took on the most recent table create within SQLplus and publishing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's worth noting that for testing I used the sde user (gdb admin user in my case within my Oracle 12c database) although I don't think that should matter if the following steps are taken.&amp;nbsp;&lt;SPAN&gt;This database IS geodatabase enabled, however at no point was the table registered with the geodatabase.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect to my Oracle 12c database using the sde user in SQLplus&lt;/LI&gt;&lt;LI&gt;In SQLplus: create table testtab2 (id number(38) not null, data varchar2(10), geom sdo_geometry);&lt;/LI&gt;&lt;LI&gt;insert into user_sdo_geom_metadata values ('testtab2', 'geom', SDO_DIM_ARRAY(SDO_DIM_ELEMENT('', -180, 180,0.005), SDO_DIM_ELEMENT('',-90, 90, 0.005)), 4326);&lt;/LI&gt;&lt;LI&gt;insert into testtab2 values (1,'test',sdo_geometry(2001, 4326, sdo_point_type(10,10,null), null, null));&lt;/LI&gt;&lt;LI&gt;create index testtab2_indx on testtab2(geom) indextype is mdsys.spatial_index;&lt;/LI&gt;&lt;LI&gt;commit;&lt;/LI&gt;&lt;LI&gt;desc testtab2;&lt;/LI&gt;&lt;LI&gt;CREATE UNIQUE INDEX SDE.TESTTABINDX2 ON SDE.TESTTAB2 &lt;BR /&gt;( &lt;BR /&gt;"ID"&lt;BR /&gt;);&lt;/LI&gt;&lt;LI&gt;ALTER TABLE TESTTAB2 ADD UNIQUE (ID);&lt;/LI&gt;&lt;LI&gt;COMMENT ON COLUMN "SDE"."TESTTAB2"."ID" IS 'ESRI auto-incrementing';&lt;/LI&gt;&lt;LI&gt;select object_id from all_objects where owner = 'SDE' and object_name = 'TESTTAB2';&lt;/LI&gt;&lt;LI&gt;Returned: 102380&lt;/LI&gt;&lt;LI&gt;CREATE SEQUENCE SDE.SEQ_102380 MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 7 NOCACHE NOORDER NOCYCLE ;&lt;/LI&gt;&lt;LI&gt;CREATE OR REPLACE TRIGGER SDE.BIFER_102380&lt;BR /&gt;BEFORE INSERT ON SDE.TESTTAB2&lt;BR /&gt;FOR EACH ROW&lt;BR /&gt;DECLARE BEGIN&lt;BR /&gt;IF :NEW.ID IS NULL THEN&lt;BR /&gt;:NEW.ID := SDE.SEQ_102380.NEXTVAL;&lt;BR /&gt;END IF;&lt;BR /&gt;EXCEPTION&lt;BR /&gt;WHEN OTHERS THEN RAISE;&lt;BR /&gt;END;&lt;BR /&gt;/&lt;/LI&gt;&lt;LI&gt;grant select on seq_102380 to sde;&lt;/LI&gt;&lt;LI&gt;grant select,insert,update,delete on testtab2 to sde;&lt;/LI&gt;&lt;LI&gt;I then refreshed my sde user connection to the oracle database in ArcMap, added the new table Share As &amp;lt; Service&lt;/LI&gt;&lt;LI&gt;Named / attributed the service accordingly &amp;lt; chose Feature Access&lt;/LI&gt;&lt;LI&gt;Published the table out / viewed it successfully through server manager / and was able to pull the service down into ArcMap.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try these steps above and see if you are able to publish the table after another try? It might be just a matter of one step not running successfully, a&amp;nbsp;different user used to publish the data, grant permissions, etc. I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rex R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2017 21:12:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868179#M6131</guid>
      <dc:creator>RexRobichaux2</dc:creator>
      <dc:date>2017-06-26T21:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868180#M6132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the SQL. I had to alter the trigger relating to getting the next value from the sequence to get it work. It worked the first time I ran the SQL. Made some changes to&amp;nbsp;table name, etc. to minic a new feature class and no luck (getting the same error as above). Currently doing more testing. It is very odd behavour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 06:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868180#M6132</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2017-06-30T06:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868181#M6133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to create the SQL that will consistently allow me to publish a map&amp;nbsp;service with feature access from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create Table TESTTAB1008(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OBJECTID INTEGER,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SHAPE MDSYS.SDO_GEOMETRY,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT_DATATYPE NVARCHAR2(50),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Constraint PK_TESTTAB1008_OBJECTID Primary Key(OBJECTID)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Using Index (Create Unique Index IDX_TESTTAB1008_OBJECTID On TESTTAB1008(OBJECTID))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;Comment on Column TESTTAB1008.OBJECTID Is 'ESRI auto-incrementing';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Delete From USER_SDO_GEOM_METADATA&lt;BR /&gt;Where TABLE_NAME='TESTTAB1008'&lt;BR /&gt;&amp;nbsp; And COLUMN_NAME='SHAPE';&lt;/P&gt;&lt;P&gt;Insert Into USER_SDO_GEOM_METADATA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Values (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'TESTTAB1008',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'SHAPE',&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDSYS.SDO_DIM_ARRAY(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDSYS.SDO_DIM_ELEMENT('Longitude', -180, 180, .00000005),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDSYS.SDO_DIM_ELEMENT('Latitude', -90, 90, .00000005)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4283);&lt;/P&gt;&lt;P&gt;Create Index IDX_TESTTAB1008_SHAPE On TESTTAB1008(SHAPE)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INDEXTYPE Is MDSYS.SPATIAL_INDEX Parameters('SDO_COMMIT_INTERVAL = 1000') NOPARALLEL;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Select OBJECT_ID&lt;BR /&gt;From ALL_OBJECTS&lt;BR /&gt;Where OBJECT_TYPE='TABLE'&lt;BR /&gt;&amp;nbsp; And OWNER='PLANTRATING_MAIN'&lt;BR /&gt;&amp;nbsp; And OBJECT_NAME='TESTTAB1008';&lt;/P&gt;&lt;P&gt;Create Sequence SEQ_9197425&amp;nbsp; -- OBJECT_ID from above query&lt;BR /&gt;MinValue 1&lt;BR /&gt;Start With 1&lt;BR /&gt;Increment By 1&lt;BR /&gt;MaxValue 2147483647&lt;BR /&gt;NoCache&lt;BR /&gt;Order;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Create Or Replace Trigger BIFER_9197425&amp;nbsp; -- OBJECT_ID from above query&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Before Insert&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On TESTTAB1008&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Each Row&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Declare&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Begin&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- Assign the primary to the new record --&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Select SEQ_9197425.NextVal Into :new.OBJECTID From DUAL;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End;&lt;BR /&gt;Grant Select On TESTTAB1008 To Public;&lt;BR /&gt;Commit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next problem is it won't allow me to insert data via a webmap created in Portal 10.3.1&lt;/P&gt;&lt;P&gt;It's generating an error without the editor popping up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Console error&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="/legacyfs/online/359821_FeatureClass - Oracle SQL (Console error).png" style="width: 620px; height: 160px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request body&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="/legacyfs/online/359849_FeatureClass - Oracle SQL (Network-Request body).png" style="width: 620px; height: 57px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Response body&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="/legacyfs/online/359850_FeatureClass - Oracle SQL (Network-Response body).png" style="width: 620px; height: 89px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results in Oracle database&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/359820_FeatureClass - Oracle SQL.png" style="width: 620px; height: 110px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our database is Oracle Spatial 10g using Oracle 11g client on my desktop with Oracle 12c client on ArcGIS server&lt;/P&gt;&lt;P&gt;The feature class in Oracle has a SRID set against it (SRID: 4283 - GDA94)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The feature class I created before using the database connection's new-&amp;gt;feature class right click context menu uses the same SRID without any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this happen with your version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jul 2017 00:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/868181#M6133</guid>
      <dc:creator>AnthonyRyanEQL</dc:creator>
      <dc:date>2017-07-03T00:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1065962#M7231</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are using the same steps as in the technical article above. In the oracle setup we have, we must create the table with one specific username, and then connect to the database with a different username. As a result the owner of the table is another user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our question is: Is it mandatory to create the table and connect to the database with the same oracle user?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, is there any documentation of what are the privileges and grants that the "creator" account needs to have for creating tables for feature classes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 13:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1065962#M7231</guid>
      <dc:creator>MichailMarinakis1</dc:creator>
      <dc:date>2021-06-08T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1065984#M7232</link>
      <description>&lt;P&gt;Here are the privileges needed in an Oracle &lt;U&gt;&lt;STRONG&gt;geodatabase&lt;/STRONG&gt;&lt;/U&gt;:&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-oracle/privileges-oracle.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-oracle/privileges-oracle.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should be able to connect with a different user than the table owner.&lt;BR /&gt;&lt;BR /&gt;If it is an Oracle database (non-geodatabase) then you will not be able to edit via ArcGIS clients and think that it may not be possible via feature services&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F" target="_blank"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/prepare-data-for-feature-services.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/databases-and-arcgis.htm#ESRI_SECTION1_A188C2B1C8C54C7DA3233892FC742552" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/databases/databases-and-arcgis.htm#ESRI_SECTION1_A188C2B1C8C54C7DA3233892FC742552&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 13:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1065984#M7232</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-06-08T13:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1066009#M7233</link>
      <description>&lt;P&gt;Hi George,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply! The issue is the following: everything works perfectly if we publish the feature service with a query layer using the schema owner e.g. select id, data from &lt;EM&gt;&amp;lt;schema_owner&amp;gt;.&amp;lt;table_name&amp;gt;.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It does &lt;STRONG&gt;not&lt;/STRONG&gt; work when we publish exactly the same service but the query is&amp;nbsp;e.g. select id, data from &lt;EM&gt;&amp;lt;table_name&amp;gt;&amp;nbsp;&lt;/EM&gt;without the schema owner (we use synonyms)&lt;/P&gt;&lt;P&gt;Is this an expected behaviour? Do we need to always include the schema owner in the query?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 14:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1066009#M7233</guid>
      <dc:creator>MichailMarinakis1</dc:creator>
      <dc:date>2021-06-08T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set up an Oracle DBMS spatial table for editing via a feature service</title>
      <link>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1066023#M7234</link>
      <description>&lt;P&gt;Ok, thanks for the clarification. I could see how this would be needed in case there was another table in a different schema that had the same name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Update: It seems that the full table name is needed:&amp;nbsp;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/creating-a-query-layer.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/creating-a-query-layer.htm&lt;/A&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;When building a query, a whole table can be added to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box by either double-clicking it or dragging it from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;List of Tables&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;window into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box. Likewise, you can add specific columns in a table to the query by double-clicking them or dragging them from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Columns&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;window into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box. You can also type specific queries or cut and paste a query from an external application into the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="uicontrol"&gt;Query&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;text box.&lt;/P&gt;&lt;P&gt;SQL syntax specific to the database should be used when building a query layer. A common example would be as follows:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="usertext"&gt;SELECT * FROM Test.myuser.US_States&lt;/SPAN&gt;. This would result in a query layer containing all rows from the US_States table. In the map, this would display all the United States.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I would recommend contacting Esri technical support to have them verify.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 15:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/set-up-an-oracle-dbms-spatial-table-for-editing/m-p/1066023#M7234</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2021-06-08T15:01:48Z</dc:date>
    </item>
  </channel>
</rss>

