<?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: ORACLE connection error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201074#M266808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&amp;nbsp; I greatly appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 14:59:38 GMT</pubDate>
    <dc:creator>kparker</dc:creator>
    <dc:date>2015-04-27T14:59:38Z</dc:date>
    <item>
      <title>ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201064#M266798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have researched most of the day and tried many solutions; however, I am receiving the following error when I try to connect to an Oracle server using SAS/ACCESS Interface to Oracle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: ORACLE connection error: ORA-12154: TNS:could not resolve the connect identifier specified.&lt;/P&gt;&lt;P&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I verified that have access to SAS/ACCESS Interface to Oracle on my computer and I do.&amp;nbsp; I am able to connect to the server using File&amp;gt;&amp;gt;Open&amp;gt;&amp;gt;ODBC&amp;gt;&amp;gt;select Data Source Name (defined the server in ODBC with no problem).&amp;nbsp; I have also checked to ensure I have a TNSNAMES.ora file and it is correct.&amp;nbsp; All instructions states the PATH= name is the alias.&amp;nbsp; The code I used to try and connect to Oracle is below.&amp;nbsp; This is not working for me.&amp;nbsp; Any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname MSDSORA oracle&lt;/P&gt;&lt;P&gt;path='LAPROD'&lt;/P&gt;&lt;P&gt;user='laXXXXXX' password='XXXXXXX'&lt;/P&gt;&lt;P&gt;schema=admin&lt;/P&gt;&lt;P&gt;preserve_tab_names=yes&lt;/P&gt;&lt;P&gt;preserve_col_names=yes;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 20:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201064#M266798</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-21T20:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201065#M266799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your LIBNAME indicates you are not using ODBC. I would check your PC's TNSNAMES.ORA Oracle config file to see if your path LAPROD is defined in there. You will find this file in the Oracle client install directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 20:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201065#M266799</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-04-21T20:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201066#M266800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use SAS/ACCESS Interface to Oracle.&amp;nbsp; I am able to access the Oracle server via the ODBC option; however, it is less efficient. I am trying to create a direct connection to the server as I do with OLEDB to my SQL server.&amp;nbsp; I thought I could do this with the LIBNAME statement but having a problem with the correct PATH.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 15:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201066#M266800</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-24T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201067#M266801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need to use the TNSNAMES.ora file. Just use all definitions ins tram with your sas-code. The same is possible with ODBC.&lt;/P&gt;&lt;P&gt;See &lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#p1qft7bzdij79zn1bxh59mc3w8xj.htm" title="http://support.sas.com/documentation/cdl/en/acreldb/67589/HTML/default/viewer.htm#p1qft7bzdij79zn1bxh59mc3w8xj.htm"&gt;SAS/ACCESS(R) 9.4 for Relational Databases: Reference, Sixth Edition&lt;/A&gt;&amp;nbsp; LIBNAME Statement Specifics for Oracle (example is at the bottom)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is saying your Oracle server is not reachable or the TNSNAMES is incorrect.cle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 15:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201067#M266801</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-24T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201068#M266802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response. Where can I find the PATH name?&amp;nbsp; I have tried Environmental Variables path, I have tried the server IP and Server name, and I have tried the alias in TNSNAMES.ora file but I continue to get the TNS error.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201068#M266802</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-24T16:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201069#M266803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The pathname to find the tnsnames is set by en environment variable (OS-level) the one that SAS is seeing does not need to be the same one as you are expecting to be used.&lt;/P&gt;&lt;P&gt;The example:&lt;/P&gt;&lt;P&gt;path="(DESCRIPTION= &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS_LIST=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS= (PROTOCOL=TCP)(HOST=pinkfloyd)(PORT=1521))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA= &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SID=alien)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " ";&lt;/P&gt;&lt;P&gt;is part of the SAS libname. As you are having an ODBC connection working you should know&amp;nbsp; all that information (schema to be added)&lt;/P&gt;&lt;P&gt;when you have a tnsnames defininition that are the same variables as found on the line with that single name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:21:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201069#M266803</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-24T16:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201070#M266804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is already configured.&amp;nbsp; Below is what I have in my TNSNAMES.ora file.&amp;nbsp; Do I&amp;nbsp; need to cut and paste this as the path exactly as below?&amp;nbsp; Are there any characters I am missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAPROD=&lt;/P&gt;&lt;P&gt;&amp;nbsp; (DESCRIPTION=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ADDRESS=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PROTOCOL=TCP)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (HOST=10.12.102.60)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (PORT=1521)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (SERVICE_NAME=NEOLA.BPWDB.MSDS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201070#M266804</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-24T16:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201071#M266805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try TNSPING LAPROD Oracle command on your PC to confirm if your PC can communicate with the Oracle server or not. If it can't then I would consult an Oracle DBA to confirm if your LAPROD definition is correct or not. If it is correct then there must be something blocking your communication. A firewall without a rule to let your traffic through is one possibility. Consult an IT network specialist to monitor your attempts and isolate where the problem is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 05:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201071#M266805</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-04-25T05:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201072#M266806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname x oracle user=myusr1 pw=mypwd1 Schema=?&lt;/P&gt;&lt;P&gt;&amp;nbsp; path="(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP)(HOST=10.12.102.60)(PORT=1521))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (CONNECT_DATA=&amp;nbsp;&amp;nbsp; (SERVICE_NAME=NEOLA.BPWDB.MSDS) )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )"&lt;/P&gt;&lt;P&gt;;&lt;BR /&gt;The SID/Service_name will make a connection to oracle. There is that conecpt of databases/schemas that is different to SAS libnames. &lt;BR /&gt;Using a SAS libname is needing a level you can see only tables as being seen by that schema (database).&lt;/P&gt;&lt;P&gt;With Explicit Sql pass through you do not need that as you can refer those schema as part of the SQL statement. Using a SAS LIBNAME can be confusing as it limited to one schema (some exeptions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having the path statement fully qualified in the libname eliminates the TNSNAMES.ora file. No need for the TNSPING test. The TNSPING is working in his own session environment as part of oraclient install and could be using another on as the SAS environment is seeing. This activating/setting of oracle is one of the adjustments in the installation of the SAS sosftware. As you are getting the message of Oracle it looks the SAS/Access Ora modules have been&amp;nbsp; installed and activated.&amp;nbsp; Another pitfall can be installing the Oracle client at your desktop seeing that it all is working with that Tnsames, than you run SAS on a server. That definitely not the same TNSNAMES.ora, may be needing some DBA to change that one.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Apr 2015 08:55:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201072#M266806</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-04-25T08:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201073#M266807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="TNSNAME PIC.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10168_TNSNAME PIC.png" width="450" /&gt;It looks like I can communicate. Thanks for your assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201073#M266807</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-27T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201074#M266808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&amp;nbsp; I greatly appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 14:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201074#M266808</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-27T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201075#M266809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked!!! I had the PATH name incorrect.&amp;nbsp; When I removed LAPROD=, it allowed me to make a pass-through connection directly to the Oracle server.&amp;nbsp; Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:05:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/201075#M266809</guid>
      <dc:creator>kparker</dc:creator>
      <dc:date>2015-04-27T15:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231627#M266810</link>
      <description>&lt;P&gt;I have a similar question about Oracle connection errors using OLEDB. I obtained the following database connection information from the DB Admin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TNS:&lt;/P&gt;
&lt;P&gt;DB=&lt;BR /&gt; (DESCRIPTION=&lt;BR /&gt; (SDU=16384)&lt;BR /&gt; (ADDRESS_LIST=&lt;BR /&gt; (ADDRESS=&lt;BR /&gt; (PROTOCOL=TCP)&lt;BR /&gt; (HOST=DB.xyz.com)&lt;BR /&gt; (PORT=1522)&lt;BR /&gt; )&lt;BR /&gt; (ADDRESS=&lt;BR /&gt; (PROTOCOL=TCP)&lt;BR /&gt; (HOST=it346.xyz.com)&lt;BR /&gt; (PORT=1522)&lt;BR /&gt; )&lt;BR /&gt; )&lt;BR /&gt; (CONNECT_DATA=&lt;BR /&gt; (SERVICE_NAME=DB_DG.xyz.com)&lt;BR /&gt; )&lt;BR /&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been unsuccessful with the LIBNAME statement using OLEDB. For example,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname mylib oledb INIT_STRING="PROVIDER=OraOLEDB.Oracle.1;Password=######;Persist Security Info=True;User ID=######;&amp;nbsp;HOST=DB.xyz.com;Data Source=DB;PORT=1522";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that the above statement works on other DBs.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 13:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231627#M266810</guid>
      <dc:creator>Jlochoa</dc:creator>
      <dc:date>2015-10-26T13:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231728#M266811</link>
      <description>&lt;P&gt;You will need a OLEDB provider. Something like: &lt;A href="http://www.oracle.com/technetwork/database/windows/downloads/utilsoft-087491.html" target="_blank"&gt;http://www.oracle.com/technetwork/database/windows/downloads/utilsoft-087491.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a paper &lt;A href="http://www.lexjansen.com/mwsug/2004/Pharmaceutical/P3_Zagorski.pdf" target="_blank"&gt;http://www.lexjansen.com/mwsug/2004/Pharmaceutical/P3_Zagorski.pdf&lt;/A&gt; mentioning MS oracle, but at MS they tell you to move on to the Oracle&amp;nbsp;tool.&lt;BR /&gt;&lt;BR /&gt;Then look at OLEDB Oracle connection strings The TNS-less option is the one in your wanted direction.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.connectionstrings.com/oracle-provider-for-ole-db-oraoledb/" target="_blank"&gt;https://www.connectionstrings.com/oracle-provider-for-ole-db-oraoledb/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Altough I never tried this one (oledb) I think you have all needed info in the several doc's to get joined.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 20:03:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231728#M266811</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-10-26T20:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE connection error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231730#M266812</link>
      <description>&lt;P&gt;Bingo!!! You are the man!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solution was setting the Data Source as:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;A href="https://www.connectionstrings.com/oracle-provider-for-ole-db-oraoledb/tns-less-connection-string/" target="_blank"&gt;TNS-less connection string&lt;/A&gt;&lt;/H3&gt;
&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="key"&gt;Provider&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;OraOLEDB.Oracle;&lt;/SPAN&gt;&lt;SPAN class="key"&gt;&lt;BR /&gt;Data Source&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;(DESCRIPTION=(CID=GTU_APP)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=myHost)(PORT=myPort)))(CONNECT_DATA=(SID=MyOracleSID)(SERVER=DEDICATED)));&lt;/SPAN&gt;&lt;SPAN class="key"&gt;&lt;BR /&gt;User Id&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;myUsername;&lt;/SPAN&gt;&lt;SPAN class="key"&gt;Password&lt;/SPAN&gt;=&lt;SPAN class="value"&gt;myPassword;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 20:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ORACLE-connection-error/m-p/231730#M266812</guid>
      <dc:creator>Jlochoa</dc:creator>
      <dc:date>2015-10-26T20:33:53Z</dc:date>
    </item>
  </channel>
</rss>

