<?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: Direct Connect Parameter Stored as Environmental Variable in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286649#M16456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answer to both is no.&amp;nbsp; For example, support for Oracle User defined types is new in the Oracle 11 Client's Oracle Data Provider for .NET.&amp;nbsp; I've used this functionality for extracting SDO_GEOMETRY information from our Oracle 10 database, and it works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 12:18:20 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2011-06-29T12:18:20Z</dc:date>
    <item>
      <title>Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286643#M16450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To All ArcSDE Users:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My organization is in the process of upgrading the Oracle database from 10g to 11g.&amp;nbsp; As a result the Direct Connection information will need to be changed on tens of thousands of connections within our mxds, because the Service parameter needs to be changed from sde:oracle10g to sde:oracle11g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to avoid this vast amount of work in the future, I was wondering if this information can be stored as an Environmental Variable that would be read in when the mxd is opened up.&amp;nbsp; In this way, when my organization upgrades the Oracle database in the future, only the Environmental Variable would need to be modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or hints are greatly appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286643#M16450</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2011-06-28T10:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286644#M16451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Environment variables are honored by the SE_connection_create function, but not by the ArcGIS GUI.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, it is probably unwise to put authentication information in a user's environment, allowing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any application run on the host to misappropriate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are scripts available to rewrite connection information, though this is a lot less effort than&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;reinstalling Oracle on that many hosts.&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>Tue, 28 Jun 2011 10:54:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286644#M16451</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-06-28T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286645#M16452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note that what you have in the service parameter is based upon the version of Oracle Client you have on the client machine, not the database version on the server.&amp;nbsp; So if you upgrade the database to 11, but leave the 10 client on your client machines, you could still use sde:oracle10g.&amp;nbsp; You would only have to change if you remove the Oracle 10 client from your client machines.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 13:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286645#M16452</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2011-06-28T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286646#M16453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joel:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My organization should be able to leave the Oracle10g connection information intact if we upgrade the Oracle server to 11g, but leave the clients at 10g?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there new functionality of Oracle11g that would not be available if we leave Oracle Client at 10g on the client machines?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the Oracle10g Client compatible with Oracle 12g, so we would be able to leave the connection information as is with an upgrade of Oracle Server to 12g?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your help and feedback is greatly appreciated.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286646#M16453</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2011-06-28T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286647#M16454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before answering these questions, I just have to say I haven't tried using any of the configurations you've mentioned, but would be fairly confident it would work.&amp;nbsp; We're currently using Oracle database 10.2.0.4, but I have both Oracle 10 and Oracle 11 clients on my machine, and I can use either version of the client and still get the same results for the things we do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For question number 1, yes, but only because you use the word "should".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For question number 2, yes the 11 client has new features, but you could probably still get by with the 10 client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For question number 3, probably...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing can substitute for your own testing, since you know best what you and your company do with this software.&amp;nbsp; You can probably find documentation from Oracle about new features for each release, etc, which would be worth your while to look into.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:53:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286647#M16454</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2011-06-28T16:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286648#M16455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joel:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You wrote&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"We're currently using Oracle database 10.2.0.4, but I have both Oracle 10 and Oracle 11 clients on my machine, and I can use either version of the client and still get the same results for the things we do."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are connecting to Oracle database 10.2.0.4 thru the Oracle 11 client, you are not able to access new Oracle 11 functionality, correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way to get Oracle 11 functionality is to have both the database and client upgraded to the 11 version, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 17:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286648#M16455</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2011-06-28T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Direct Connect Parameter Stored as Environmental Variable</title>
      <link>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286649#M16456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answer to both is no.&amp;nbsp; For example, support for Oracle User defined types is new in the Oracle 11 Client's Oracle Data Provider for .NET.&amp;nbsp; I've used this functionality for extracting SDO_GEOMETRY information from our Oracle 10 database, and it works fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 12:18:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/direct-connect-parameter-stored-as-environmental/m-p/286649#M16456</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2011-06-29T12:18:20Z</dc:date>
    </item>
  </channel>
</rss>

