<?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: EXTPROC setting for  ST_GEOM in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1159109#M7614</link>
    <description>&lt;P&gt;I have done the procedure for the st_shapelib library. But the query :&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;select sde.ST_AsText(SDE.ST_Geometry('POINT (10 10)', 0)) from dual&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;is only correct for me for SDE schema. For other schemes I get error.&lt;BR /&gt;What can be caused this ?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 20:43:29 GMT</pubDate>
    <dc:creator>PamelaLandy</dc:creator>
    <dc:date>2022-03-29T20:43:29Z</dc:date>
    <item>
      <title>EXTPROC setting for  ST_GEOM</title>
      <link>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1133281#M7517</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having problem in querying using ST_GEOM. I have followed the guideline but without result.&lt;/P&gt;&lt;P&gt;Here is the error i get when i do query "&lt;EM&gt;&lt;FONT face="batang,apple gothic"&gt;select sde.ST_AsText(SDE.ST_Geometry('POINT (10 10)', 0)) from dual;&lt;/FONT&gt;&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yockee_0-1642063811845.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/31391i8322D7D38F3A75E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yockee_0-1642063811845.png" alt="yockee_0-1642063811845.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have also modified extproc.ora by adding this line :&amp;nbsp;&lt;FONT face="batang,apple gothic"&gt;&lt;SPAN&gt;SET EXTPROC_DLLS=ANY.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;But the result is still the same.&lt;/P&gt;&lt;P&gt;Anybody knows what may be the cause ? How to fix this ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 08:54:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1133281#M7517</guid>
      <dc:creator>yockee</dc:creator>
      <dc:date>2022-01-13T08:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: EXTPROC setting for  ST_GEOM</title>
      <link>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1133293#M7518</link>
      <description>&lt;P&gt;Run the following SQL as the SDE user:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;SELECT file_spec
 FROM user_libraries
 WHERE library_name = 'ST_SHAPELIB';&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the path returned does NOT match your ST_SHAPELIB location, please update it:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;CREATE or REPLACE LIBRARY ST_SHAPELIB
 AS '&amp;lt;Location of ST_SHAPELIB file&amp;gt;';&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;LI-CODE lang="sql"&gt;ALTER PACKAGE sde.st_geometry_shapelib_pkg COMPILE
 REUSE SETTINGS;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-oracle/configure-oracle-extproc.htm" target="_blank"&gt;https://desktop.arcgis.com/en/arcmap/latest/manage-data/gdbs-in-oracle/configure-oracle-extproc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would work if you have already run the Create Enterprise Geodatabase or Create Spatial Type GP tools.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 11:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1133293#M7518</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-01-13T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: EXTPROC setting for  ST_GEOM</title>
      <link>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1159109#M7614</link>
      <description>&lt;P&gt;I have done the procedure for the st_shapelib library. But the query :&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;select sde.ST_AsText(SDE.ST_Geometry('POINT (10 10)', 0)) from dual&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;is only correct for me for SDE schema. For other schemes I get error.&lt;BR /&gt;What can be caused this ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 20:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1159109#M7614</guid>
      <dc:creator>PamelaLandy</dc:creator>
      <dc:date>2022-03-29T20:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: EXTPROC setting for  ST_GEOM</title>
      <link>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1159317#M7615</link>
      <description>&lt;P&gt;If it works in the SDE schema, it is configured properly (as far as I know).&lt;BR /&gt;&lt;BR /&gt;To be honest - I have not run it from another schema.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:15:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/extproc-setting-for-st-geom/m-p/1159317#M7615</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-03-30T12:15:54Z</dc:date>
    </item>
  </channel>
</rss>

