<?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 ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772112#M245125</link>
    <description>&lt;DIV&gt;&lt;DIV class="resolved"&gt;&lt;SPAN style="font-family: inherit;"&gt;I am trying to connect SAS with the oracle and i wrote the below code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname oralib oracle path='sukdc02ora01' user='login' password="password"&amp;nbsp;schema='schema name';&lt;/PRE&gt;&lt;P&gt;sukdc02ora01 is host name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;40 libname oralib oracle path='sukdc02ora01' user='login' password='password'
41 schema='schema_name';
ERROR: The ORACLE engine cannot be found.
ERROR: Error in the LIBNAME statement.&lt;/PRE&gt;&lt;P&gt;oracle client is installed and working fine with my python.&lt;/P&gt;&lt;P&gt;python code if that helps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;import pandas as pd
import pandasql as ps
import sqlalchemy
import cx_Oracle

ip = 'sukdc02ora01'
port = 1521
SID = 'DEVNEW'
user = 'login'
password = 'password'

dsn_tns = cx_Oracle.makedsn(ip, port, SID)
conn = cx_Oracle.connect(user, password, dsn_tns)
print(conn.version)&lt;/PRE&gt;&lt;P&gt;Please suggest what should be done to connect with oracle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Tue, 05 Oct 2021 10:30:38 GMT</pubDate>
    <dc:creator>Srigyan</dc:creator>
    <dc:date>2021-10-05T10:30:38Z</dc:date>
    <item>
      <title>ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772112#M245125</link>
      <description>&lt;DIV&gt;&lt;DIV class="resolved"&gt;&lt;SPAN style="font-family: inherit;"&gt;I am trying to connect SAS with the oracle and i wrote the below code:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname oralib oracle path='sukdc02ora01' user='login' password="password"&amp;nbsp;schema='schema name';&lt;/PRE&gt;&lt;P&gt;sukdc02ora01 is host name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting following error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;40 libname oralib oracle path='sukdc02ora01' user='login' password='password'
41 schema='schema_name';
ERROR: The ORACLE engine cannot be found.
ERROR: Error in the LIBNAME statement.&lt;/PRE&gt;&lt;P&gt;oracle client is installed and working fine with my python.&lt;/P&gt;&lt;P&gt;python code if that helps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;import pandas as pd
import pandasql as ps
import sqlalchemy
import cx_Oracle

ip = 'sukdc02ora01'
port = 1521
SID = 'DEVNEW'
user = 'login'
password = 'password'

dsn_tns = cx_Oracle.makedsn(ip, port, SID)
conn = cx_Oracle.connect(user, password, dsn_tns)
print(conn.version)&lt;/PRE&gt;&lt;P&gt;Please suggest what should be done to connect with oracle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Oct 2021 10:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772112#M245125</guid>
      <dc:creator>Srigyan</dc:creator>
      <dc:date>2021-10-05T10:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772116#M245128</link>
      <description>&lt;P&gt;Do you have SAS/ACCESS to Oracle installed? Please run PROC SETINIT and PROC PRODUCT_STATUS, and post the log of both.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 10:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772116#M245128</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-05T10:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772982#M245475</link>
      <description>&lt;P&gt;&lt;BR /&gt;output of SAS INIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M6P110718&lt;BR /&gt;Site name: 'BALLY TECHNOLOGIES INC'.&lt;BR /&gt;Site number: 70195295.&lt;BR /&gt;CPU A: Model name='' model number='' serial=''.&lt;BR /&gt;Expiration: 30MAR2022.&lt;BR /&gt;Grace Period: 45 days (ending 14MAY2022).&lt;BR /&gt;Warning Period: 45 days (ending 28JUN2022).&lt;BR /&gt;System birthday: 07APR2021.&lt;BR /&gt;Operating System: W32_WKS .&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software 30MAR2022 (CPU A)&lt;BR /&gt;---SAS/STAT 30MAR2022 (CPU A)&lt;BR /&gt;---SAS/GRAPH 30MAR2022 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit 30MAR2022 (CPU A)&lt;BR /&gt;---SAS/Secure Windows 30MAR2022 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide 30MAR2022 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to OLE DB 30MAR2022 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access 30MAR2022 (CPU A)&lt;BR /&gt;---High Performance Suite&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;output of PROC PRODUCT_STATUS&lt;/P&gt;&lt;P&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M6&lt;BR /&gt;Image version information: 9.04.01M6P110718&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 15.1&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M6&lt;BR /&gt;2 The SAS System 11:26 Monday, October 4, 2021&lt;/P&gt;&lt;P&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M7&lt;BR /&gt;For SAS/ACCESS Interface to OLE DB ...&lt;BR /&gt;Custom version information: 9.4_M6&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 10:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772982#M245475</guid>
      <dc:creator>Srigyan</dc:creator>
      <dc:date>2021-10-08T10:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772993#M245486</link>
      <description>You do not have SAS/ACCESS to Oracle. &lt;BR /&gt;&lt;BR /&gt;What you can do is use ACCESS to OLEDB:  install an Oracle OLEDB provider.</description>
      <pubDate>Fri, 08 Oct 2021 10:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/772993#M245486</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-10-08T10:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The ORACLE engine cannot be found. ERROR: Error in the LIBNAME statement.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/773044#M245506</link>
      <description>Okay, let me try and comback.</description>
      <pubDate>Fri, 08 Oct 2021 14:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-ORACLE-engine-cannot-be-found-ERROR-Error-in-the/m-p/773044#M245506</guid>
      <dc:creator>Srigyan</dc:creator>
      <dc:date>2021-10-08T14:29:31Z</dc:date>
    </item>
  </channel>
</rss>

