<?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: Creating Oracle library in SAS 9.3 in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414829#M12662</link>
    <description>&lt;P&gt;Use a macro variable:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let oraclehost=172.21.00.40;

libname fin_prod oracle path="&amp;amp;oraclehost.:1521/******" schema=T****M  authdomain="F**_PROD_AUTH" ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you use &amp;amp;oraclehost in all your libname or connect statements, you only need to set it once (eg in autoexec.sas) and maintain it there.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2017 13:33:21 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-11-20T13:33:21Z</dc:date>
    <item>
      <title>Creating Oracle library in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414822#M12660</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create an oracle library using SAS/ACCESS and i am able to create&amp;nbsp; it and libname is shown below :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME FIN_PROD ORACLE&amp;nbsp; PATH="172.21.00.40:1521/******"&amp;nbsp; SCHEMA=T****M&amp;nbsp; AUTHDOMAIN="F**_PROD_AUTH" ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which is running fine also. but sometime Our client wanted to do extraction from DR server having ip address&amp;nbsp;&lt;SPAN&gt;172.31.00.40 and other details are same only ip is different. we are having 50/60 job in which we have this libaname and every time we are changing this libname and redeploying those jobs which is very hectic task &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is there any other different way to create library in SAS where we can store this ip and can be&amp;nbsp; changed whenever we want?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what are the different type of creating SAS library For oracle engine&amp;nbsp; &amp;nbsp;? what is the workout for above problem ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please provide some other link from&amp;nbsp; where i can get this information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many many thanks in Advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414822#M12660</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2017-11-20T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Oracle library in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414829#M12662</link>
      <description>&lt;P&gt;Use a macro variable:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let oraclehost=172.21.00.40;

libname fin_prod oracle path="&amp;amp;oraclehost.:1521/******" schema=T****M  authdomain="F**_PROD_AUTH" ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you use &amp;amp;oraclehost in all your libname or connect statements, you only need to set it once (eg in autoexec.sas) and maintain it there.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 13:33:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414829#M12662</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-20T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Oracle library in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414930#M12665</link>
      <description>&lt;P&gt;In my experience it is unusual to specify server IP addresses in a library definition. We use server aliases for all of our library definitions so our code doesn't change when switching between Production and DR. The actual IP switching is done by IT Admin. Not sure if this approach would suit you or not though.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 19:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-Oracle-library-in-SAS-9-3/m-p/414930#M12665</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-11-20T19:25:43Z</dc:date>
    </item>
  </channel>
</rss>

