<?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: How to create rest service and consume in arcgis javascript  using oracle database in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397207#M36606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadanandachar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Here is a full sample. The attached zip contains a Visual Studio 2013 project (VB.net RESTfull web service) that connects to an Oracle Express Database (my test database contains a States&amp;nbsp; and a Counties table). The REST service returns json for all US States and a second endpoint that returns County names for a specific State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the Zip you will find a JS API sample that uses the RESTfull service to populate a State combobox and when choosing the state the map will zoom to the states extent and then populate the county combobox with the counties that match the selected state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also in the zip you will find the the states.txt and counties.txt files that you can import into your Oracle XE (if you just want to test the webservice as is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have this RESTfull service and JS app running on my dev laptop and it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp; just remember this is a GIS forum so please don't ask .net development questions here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jun 2015 03:18:43 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-06-06T03:18:43Z</dc:date>
    <item>
      <title>How to create rest service and consume in arcgis javascript  using oracle database</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397205#M36604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create rest service and consume in arcgis javascript&amp;nbsp; using oracle database, I am new to this concept Please give me some example code to learn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:18:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397205#M36604</guid>
      <dc:creator>SadanandacharB1</dc:creator>
      <dc:date>2015-06-05T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create rest service and consume in arcgis javascript  using oracle database</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397206#M36605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadanandachar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like most of the Oracle questions go unanswered on Geonet (from what I saw at least). I hope this helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/73724/connect-esri-feature-service-to-oracle-spatial-database" title="http://gis.stackexchange.com/questions/73724/connect-esri-feature-service-to-oracle-spatial-database"&gt;arcgis server - Connect ESRI Feature Service to Oracle Spatial database - Geographic Information Systems Stack Exchange&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the edited answer - "csd" gives some info on how to do this with ArcGIS Server/Oracle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;: If I understand your comment correctly, you have an existing Oracle Spatial instance. And you have (or will have) an existing ArcGIS Server install. And you want ArcGIS Server to view the data in Oracle without having to install ArcSDE (and its associated database objects) on your Oracle instance.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Yeah, I think you could get the data OUT of Oracle. That would go like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You'd have to set up Oracle client on your ArcGIS Server machine(s). &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Setting_up_a_connection_to_Oracle/002n00000038000000/" rel="nofollow" style="color: #358daa;"&gt;See here&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;You'd have to set up Oracle client on your ArcGIS Desktop machines.&lt;/LI&gt;&lt;LI&gt;You'd have to register your Oracle instance with ArcGIS Server so that any feature services you deploy will get their data direct from Oracle (rather than having their data copied upon deployment).&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Registering_an_Oracle_database_with_the_server/015400000617000000/" rel="nofollow" style="color: #358daa;"&gt;See here&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;After that you could make ArcGIS Server map and feature services that &lt;EM&gt;view&lt;/EM&gt; the data.&lt;/P&gt;&lt;P style="margin-bottom: 1em; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Those services would probably not be editable through ArcGIS, though. Geodatabase editing in ArcGIS seems to need those extra ArcSDE metadata tables. (But I'm not an expert on that corner of the ArcGIS software, so maybe someone else would say different.)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 13:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397206#M36605</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-06-05T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create rest service and consume in arcgis javascript  using oracle database</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397207#M36606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadanandachar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Here is a full sample. The attached zip contains a Visual Studio 2013 project (VB.net RESTfull web service) that connects to an Oracle Express Database (my test database contains a States&amp;nbsp; and a Counties table). The REST service returns json for all US States and a second endpoint that returns County names for a specific State.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the Zip you will find a JS API sample that uses the RESTfull service to populate a State combobox and when choosing the state the map will zoom to the states extent and then populate the county combobox with the counties that match the selected state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Also in the zip you will find the the states.txt and counties.txt files that you can import into your Oracle XE (if you just want to test the webservice as is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have this RESTfull service and JS app running on my dev laptop and it works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp; just remember this is a GIS forum so please don't ask .net development questions here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2015 03:18:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-create-rest-service-and-consume-in-arcgis/m-p/397207#M36606</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-06T03:18:43Z</dc:date>
    </item>
  </channel>
</rss>

