<?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 Oracle Libname assignment Issue in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10385#M44</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname psdptgt1 oracle user='userid' password='password'&lt;/P&gt;&lt;P&gt;path='(DESCRIPTION =(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = Host100)(PORT = 1521)) )(CONNECT_DATA = (SERVICE_NAME = DB_ALIAS)))';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this what you wanted. But please check this out.&lt;/P&gt;&lt;P&gt;I did connected from SAS EG to oracle to test the database connectivity.&lt;/P&gt;&lt;P&gt;I used the above method to connect to a new database and tested queries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF thisworks directly then you would be able to fix your batch file accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example.&amp;nbsp; you should modify the host, port(if not default), service_name.&amp;nbsp; user,password.&lt;/P&gt;&lt;P&gt;Once the above method works then you can verify and fix your parameters on batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le me know how it goes!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 19:30:44 GMT</pubDate>
    <dc:creator>jonam</dc:creator>
    <dc:date>2012-03-21T19:30:44Z</dc:date>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10381#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently set up the SAS 92 EBI Environment wherein we are having 1 Windows Server Catering to DI Server,2nd&amp;nbsp; Windows server to EBI Server and&amp;nbsp; the 3rd Server to Web Aplication Server i.e.JBOSS.All the&amp;nbsp; Servers are&amp;nbsp; Windows Server 2008 R2 -Enterprise Edition(64-bit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before setting up the Oracle Library through SMC or DI Studio tested the Oracle Libname statement through PCSAS installed on the DI Server but getting the error mentioned below .We have got the Oracle client 10g (10.2.0)&amp;nbsp; Installed on the DI Server and able to connect the Oracle DataBase through Command Prompt on Windows Server in DI Server.&lt;/P&gt;&lt;P&gt;We are getting the below Error Logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname oralib ORACLE User="sastest" Password=XXXXXXXXX Path="@testdb";&lt;/P&gt;&lt;P&gt;ERROR: The SAS/ACCESS Interface to ORACLE cannot be loaded. ERROR: Image SASORA&amp;nbsp; found but not&amp;nbsp; loadable.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the environment variables we have set the below variables as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH=C:\oracle\product\10.2.0\client_1\lib&lt;/P&gt;&lt;P&gt;ORACLE_HOME=C:\oracle\product\10.2.0\client_1&lt;/P&gt;&lt;P&gt;TNS_ADMIN=C:\oracle\product\10.2.0\client_1\network\ADMIN&lt;/P&gt;&lt;P&gt;Path=C:\oracle\product\10.2.0\client_1\bin;C:\oracle\product\10.2.0\client_1\network/Admin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT\System32\WindowsPowerShell\v1.0\;C:\ProgramFiles\SAS\SharedFiles(32)\Formats;C:\Program Files(x86)\Java\jre6\bin;C:SAP_RFC_LIB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Path Variable,we have specified the LD_LIBRARY_PATH abd TNS_ADMIN Path ;also we have provided the "Read and Execute " permission to the ORACLE_HOME folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to resolve the above issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kaushal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 17:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10381#M40</guid>
      <dc:creator>KishoreKaushal</dc:creator>
      <dc:date>2012-02-22T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10382#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue and resolved it by adding my environment variables to my WorkspaceServer_usermods.sh startup script located at sas92config/Lev1/SASApp/WorkspaceServer (UNIX).&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 17:44:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10382#M41</guid>
      <dc:creator>Technolero</dc:creator>
      <dc:date>2012-02-22T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10383#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Technolero for the prompt response.But before making the change in the WorkspaceServer_usermods.bat script (as its a Windows Server 2008);would i need to restart any SAS Services also for making the changes into effect or the changes would reflect invariably and how to set the environment variables in it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10383#M42</guid>
      <dc:creator>KishoreKaushal</dc:creator>
      <dc:date>2012-02-23T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10384#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that since we are not changing the server definition (just changing the startup script), that the updated script (batch file in your case) will execute with the included environment variables, because the standard workspace server opens a process with each new client request.&amp;nbsp; The object spawner should not need to be restarted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 16:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10384#M43</guid>
      <dc:creator>Technolero</dc:creator>
      <dc:date>2012-02-23T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10385#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname psdptgt1 oracle user='userid' password='password'&lt;/P&gt;&lt;P&gt;path='(DESCRIPTION =(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = Host100)(PORT = 1521)) )(CONNECT_DATA = (SERVICE_NAME = DB_ALIAS)))';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this what you wanted. But please check this out.&lt;/P&gt;&lt;P&gt;I did connected from SAS EG to oracle to test the database connectivity.&lt;/P&gt;&lt;P&gt;I used the above method to connect to a new database and tested queries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF thisworks directly then you would be able to fix your batch file accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example.&amp;nbsp; you should modify the host, port(if not default), service_name.&amp;nbsp; user,password.&lt;/P&gt;&lt;P&gt;Once the above method works then you can verify and fix your parameters on batch file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Le me know how it goes!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10385#M44</guid>
      <dc:creator>jonam</dc:creator>
      <dc:date>2012-03-21T19:30:44Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10386#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The usual starting point for this type of problem are the SAS support notes. I note you have set the read and execute permission that is one of the possible causes mentioned in SAS notes. I suggest, if you haven't already done so, work through the other causes documented in the SAS notes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 20:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10386#M45</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2012-03-21T20:00:14Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10387#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.I was able to resolve the issue.It was basically the Oracle Version issue that was installed on the DI server.We were using Oracle version 10.2.0.3 initially which was incompatible with the Windows Server 2008 R2 Edition-64 bit.Because of it, the Oracle Drivers were not visible leading to no interaction between the SAS Application (64-bit) and the Oracle client installed as it was not able to find the drivers.&lt;/P&gt;&lt;P&gt;Issue Resoultion Step:Applied the Patchset on the Oracle Client installed ,thereby,upgrading it to 10.2.0.5 which was compatible with the Windows Server 2008 R2 version-64-bit.Once it was not we were able to check the Oracle drivers.&lt;/P&gt;&lt;P&gt;We reassigned the Oracle Libname statement and it was successfully connected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 05:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10387#M46</guid>
      <dc:creator>KishoreKaushal</dc:creator>
      <dc:date>2012-03-23T05:12:57Z</dc:date>
    </item>
    <item>
      <title>Oracle Libname assignment Issue</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10388#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, Are you sure you can connect with ORACLE by using oracle client software?&lt;/P&gt;&lt;P&gt;In fact , SAS/ACCESS used oracle client to communicate with ORACLE.&lt;/P&gt;&lt;P&gt;So if you can connect, then copy the contain of PROFILE file(in oracle client) into file '/sas/SASFoundation/bin/sasenv_local' ,and test it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GoodLuck.&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 06:48:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Oracle-Libname-assignment-Issue/m-p/10388#M47</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-03-23T06:48:49Z</dc:date>
    </item>
  </channel>
</rss>

