<?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 use sde.st_transform (Oracle)? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479407#M27307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process should be the same, but setting environment variables can't be done&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at a server level in Unix, and some of the newer Oracle releases seem to clear the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;environment to avoid security pitfalls, so you need to make sure PEDATAHOME is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; being set correctly (before the service start request), and that it's still available &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when necessary (might need to be set explicitly in the listener files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 18:39:34 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-10-04T18:39:34Z</dc:date>
    <item>
      <title>How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479405#M27305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;According to this article, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Transform/006z0000009s000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Transform/006z0000009s000000/&lt;/A&gt;&lt;SPAN&gt;, to apply file-based CRS transformation in using sde.st_transform function, need to copy the ArcGIS pedata folder to the database server and setup environmental variable PEDATAHOME on the database server. It gives an example for databases on Windows. I am wandering if anybody has done this for SDE database on Linux and what else needs to be done. Does the database instance needs to be rebounced or the listener needs some extra configuration? The st_geometry functions work fine on our system, it is just how we can use file-based CRS transformation, such as from NAD27 to WGS_1984_UTM_Zone_15N with NAD_1927_To_WGS_1984_79_CONUS datum transformation in sde.st_transform function.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 16:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479405#M27305</guid>
      <dc:creator>AllenGuan1</dc:creator>
      <dc:date>2013-10-04T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479406#M27306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;According to this article, &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Transform/006z0000009s000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/ST_Transform/006z0000009s000000/&lt;/A&gt;, to apply file-based CRS transformation in using sde.st_transform function, need to copy the ArcGIS pedata folder to the database server and setup environmental variable PEDATAHOME on the database server. It gives an example for databases on Windows. I am wandering if anybody has done this for SDE database on Linux and what else needs to be done. Does the database instance needs to be rebounced or the listener needs some extra configuration?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading that link you provided, I doubt any extra configuration is needed compared to a Windows server. It just reads:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"Refer to your operating system documentation for information on how to set an environment variable."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as a special note regarding setting the PEDATAHOME environment variable on any operating system. There is no hint of extra configuration, besides copying the PEDATA folder and its containing files and subfolders as on all systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why don't you give it a try? The Help seems to provide a set of full working pieces of sample codes to test it out and know if it functions under the &lt;/SPAN&gt;&lt;STRONG&gt;Transforming data when the source and destination spatial references do not have the same geographic coordinate system (Oracle only)&lt;/STRONG&gt;&lt;SPAN&gt; heading.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479406#M27306</guid>
      <dc:creator>MarcoBoeringa</dc:creator>
      <dc:date>2013-10-04T18:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479407#M27307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The process should be the same, but setting environment variables can't be done&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at a server level in Unix, and some of the newer Oracle releases seem to clear the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;environment to avoid security pitfalls, so you need to make sure PEDATAHOME is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; being set correctly (before the service start request), and that it's still available &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when necessary (might need to be set explicitly in the listener files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479407#M27307</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-04T18:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479408#M27308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The process should be the same, but setting environment variables can't be done&lt;BR /&gt;at a server level in Unix, and some of the newer Oracle releases seem to clear the &lt;BR /&gt;environment to avoid security pitfalls, so you need to make sure PEDATAHOME is&lt;BR /&gt; being set correctly (before the service start request), and that it's still available &lt;BR /&gt;when necessary (might need to be set explicitly in the listener files).&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is exactly my point. Windows and Linux server variables are not set the same way and I want to make sure whether PEDATAHOME needs to be set before the DBA starts the database instance or if it is possible to set it in the listener file (so only need to rebounce the listener without rebouncing the database). I need to know exactly what needs to be done before asking the Linux DBA to do it. We don't have much room to go back and forth with DBA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 19:01:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479408#M27308</guid>
      <dc:creator>AllenGuan1</dc:creator>
      <dc:date>2013-10-04T19:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479409#M27309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will certainly need to restart the listener; the need for a database bounce&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; is less likely. Unfortunately, you can't prototype all possible problems as thought&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; experiments -- At some point you need to try it in your dev server, and see how&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; it works out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Oct 2013 10:21:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479409#M27309</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-10-05T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use sde.st_transform (Oracle)?</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479410#M27310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You will certainly need to restart the listener; the need for a database bounce&lt;BR /&gt; is less likely. Unfortunately, you can't prototype all possible problems as thought&lt;BR /&gt; experiments -- At some point you need to try it in your dev server, and see how&lt;BR /&gt; it works out.&lt;BR /&gt;&lt;BR /&gt;- V&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Vince, it seems to me the st_transform function in the cited URL is for ArcSDE 10.1 which allows the the projection to be on a different geographic datum (sde.st_transform (g1 sde.st_geometry, srid integer, geogtran_id integer),&amp;nbsp; The doc on 10.0 ArcSDE (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//006z0000009s000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//006z0000009s000000&lt;/A&gt;&lt;SPAN&gt;) requires the destination project to be in the same geographic datum as the original one. Our ArcSDE is still in 10.0 so that makes the st_transform not useful in our case. I will test it when moving to 10.1. I like 10.1 much better as it takes EPSG code as SRID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 11:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-use-sde-st-transform-oracle/m-p/479410#M27310</guid>
      <dc:creator>AllenGuan1</dc:creator>
      <dc:date>2013-10-07T11:50:19Z</dc:date>
    </item>
  </channel>
</rss>

