<?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: Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52142#M2997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcSDE isn't just "application software" -- it's also a database application extension package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't configure and deploy the application server, it's *only* a database extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 14:27:25 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2011-12-16T14:27:25Z</dc:date>
    <item>
      <title>Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server</title>
      <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52138#M2993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm setting up a new SDE configuration with a Linux SDE 10 application server and separate Linux Oracle database server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the directions of moving the libst_shapelib.so library from the SDE installation on the SDE server to the database server. The files were put in the /lib directory of the ORACLE_HOME (Have also tried the ORACLE_HOME directory and the ORACLE_HOME/bin directory). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran the CREATE OR REPLACE LIBRARY command in SQL seemingly successfully, and when running 'SELECT library_name, file_spec FROM user_libraries;', it returns the correct path of those libraries on the database server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try to run the pre-requisite check during the SDE Setup, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Checking ST_GEOMETRY configuration setup ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Current instance is not correctly setup for ST_GEOMETRY configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Unable to determine current version of ST_SHAPELIB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The latest ST_GEOMETRY and dependent libraries need to be copied to the correct software location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So as I mentioned above I have tried moving the library to different directories in the ORACLE_HOME, played around with file system permissions for the file, etc. with no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should also note that we tried to upgrade another from a 9.3.1 database using binary storage to 10 using ST_GEOMETRY, and had the same problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something obvious here? Has anyone had any similar problems when trying to install these libraries?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:44:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52138#M2993</guid>
      <dc:creator>BenYoungs</dc:creator>
      <dc:date>2011-12-14T19:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server</title>
      <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52139#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Although you placed the .so file in the Oracle Home bin directory, I believe you still have to set up the ExtProc in the listener and tnsnames files. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out this link and see if it helps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002n00000091000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002n00000091000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, you may not want to put that .so file in the Oracle Home directory.&amp;nbsp; This seems the same as creating tables in the SYS or SDE schema.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Travis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 18:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52139#M2994</guid>
      <dc:creator>TravisVal</dc:creator>
      <dc:date>2011-12-15T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server</title>
      <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52140#M2995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm with Travis on this.&amp;nbsp; Even if you don't want to install "application software" on the database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;machine, you really ought to have a full install of the database extension package on the database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;server (if nothing else, you can be sure to patch the DLLs with a single installer, rather than having&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to keep track of what was been copied where).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The proper place for DLLs on Linux is in a "lib" directory.&amp;nbsp; You should use the ldd utility to confirm&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that the libst_geometry.so can resolve all dependencies (if your Oracle is 64-bt, your ArcSDE lib&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;must also be 64-bit, or even though it's in the path, it won't be resolved).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you follow the Linux listener configuration instructions, you should get the listener enabled for &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ST_GEOMETRY, but that's only *most* of the battle -- You also need to configure the SQL*Net &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on the ArcGIS client (with the same or higher Oracle rev as&amp;nbsp; the server) so that ArcGIS can find&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the ST_GEOMETRY listener extproc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if your database does have ST_GEOMETRY (which doesn't apply to your situation), it's not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;strictly necessary for the ST_GEOMETRY listener to be set up correctly for ArcGIS to interact with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the geometries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 20:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52140#M2995</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-12-15T20:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server</title>
      <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52141#M2996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because of a policy not to install "application software" on the database (Oracle 11g) machine, I am constrained to do a remote install of ArcSDE 10 from Windows (Server 2008) to Linux (Suse Enterprise - 64bit).&amp;nbsp; We would like to use ST_Geometry.&amp;nbsp; The ArcSDE 10 Oracle 11g (32 bit) sp 1 "installation" has been done on the Windows machine and the TNS Names file has been configured and I have confirmed that it connects to the Oracle 11g instance on the Linux machine.&amp;nbsp; It also includes the "extproc" reference that will be needed to access the ST_Geometry library.&amp;nbsp; Execute privileges have been granted to "public" on dbms_pipe, dbms_lock,dbms_utility,dbms_sql, and utl_raw and the "sde" user has been created with the required permissions.&amp;nbsp; And, finally, I have my ArcSDE license file ready to go.&amp;nbsp; In theory, I should be able to do the remote install.&amp;nbsp; Has anyone tried this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My questions are:&amp;nbsp; Does the&amp;nbsp; libst_shapelib.so (extracted from the Linux installation media) need to be on the Linux machine before the post_installation is run or can it be done after post_installation?&amp;nbsp; And, what does the setup_st_geometry.exe in the sdehome bin directory do?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advise, tips, or warnings would be much appreciated.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 13:51:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52141#M2996</guid>
      <dc:creator>ScottMcBride</dc:creator>
      <dc:date>2011-12-16T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Loading ST_GEOMETRY Libraries to Oracle Database Server</title>
      <link>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52142#M2997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcSDE isn't just "application software" -- it's also a database application extension package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't configure and deploy the application server, it's *only* a database extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 14:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/trouble-loading-st-geometry-libraries-to-oracle/m-p/52142#M2997</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-12-16T14:27:25Z</dc:date>
    </item>
  </channel>
</rss>

