<?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: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877892#M26707</link>
    <description>here is result after run :&lt;BR /&gt;28 proc product_status;&lt;BR /&gt;29 run;&lt;BR /&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;Image version information: 9.04.01M8P011823&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 15.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS Integration Technologies ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS/Secure 168-bit ...&lt;BR /&gt;Custom version information: 9.41_M5&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M9&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.20 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;BR /&gt;</description>
    <pubDate>Sun, 28 May 2023 03:21:24 GMT</pubDate>
    <dc:creator>haibh</dc:creator>
    <dc:date>2023-05-28T03:21:24Z</dc:date>
    <item>
      <title>SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877874#M26702</link>
      <description>&lt;P&gt;NOTE: The autoexec file, /home/sas/SASConfig/Lev1/SASApp/WorkspaceServer/autoexec.sas, was executed at server initialization.&lt;BR /&gt;1 LIBNAME ORAREF ORACLE PATH=XEPDB1 SCHEMA=sasora USER=sas PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ;&lt;BR /&gt;ERROR: The ORACLE engine cannot be found.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 19:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877874#M26702</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-05-27T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877875#M26703</link>
      <description>&lt;P&gt;Submit the following code and see if you see&amp;nbsp; the SAS/Access to Oracle engine listed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;PROC SETINIT; RUN;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your license includes SAS/Access for Oracle you should see a line like the following in the log, with a license expiration date:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;---SAS/ACCESS Interface to Oracle 06FEB2024&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't see the product listed, then it is not licensed and will need to your administrator or account team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Carl Sommer&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 19:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877875#M26703</guid>
      <dc:creator>carl_sommer</dc:creator>
      <dc:date>2023-05-27T19:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877876#M26704</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442757"&gt;@haibh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To access Oracle database tables from within SAS software, you require two components!&lt;/P&gt;
&lt;P&gt;1. &lt;STRONG&gt;Oracle Client Software&lt;/STRONG&gt; -----&amp;gt; Provides the required C libraries to enable third party software such as SAS to communicate with Oracle Database. This must be installed in order to enable communication with Oracle.&lt;/P&gt;
&lt;P&gt;2. &lt;STRONG&gt;Licensed and installed/configured&lt;/STRONG&gt; SAS/ACCESS Interface to Oracle -----&amp;gt; Establishes communication and translation between SAS &amp;amp; Oracle. This must be configured in order to enable connection to Oracle database.&lt;/P&gt;
&lt;P&gt;For details, Your SAS System Administrator must checkout "&lt;A title="System Requirements for SAS® 9.4 Foundation for Linux for x64" href="https://support.sas.com/documentation/installcenter/en/ikfdtnlaxsr/66396/PDF/default/sreq.pdf" target="_blank" rel="noopener"&gt;System Requirements for SAS® 9.4 Foundation for Linux for x64&lt;/A&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Contrary to what &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/3142"&gt;@carl_sommer&lt;/a&gt; had mentioned about SAS Proc Setinit. Having the SAS/ACCESS product licensed is a must, but that does not guarantee it was installed!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll need to run &lt;STRONG&gt;Proc &lt;A title="PRODUCT_STATUS Procedure" href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p0b1r6856dz03xn1pfdo7tosjqqp.htm" target="_blank" rel="noopener"&gt;Product_status&lt;/A&gt;; run;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;PROC PRODUCT_STATUS returns a list of the SAS Foundation products that are installed on your system, along with the version numbers of those products. It provides a quick method to determine whether a SAS product is available for your use. The results from PROC PRODUCT_STATUS are returned to the SAS log.&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Sat, 27 May 2023 21:10:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877876#M26704</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-05-27T21:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877878#M26705</link>
      <description>YES - what he said!</description>
      <pubDate>Sat, 27 May 2023 21:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877878#M26705</guid>
      <dc:creator>carl_sommer</dc:creator>
      <dc:date>2023-05-27T21:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877892#M26707</link>
      <description>here is result after run :&lt;BR /&gt;28 proc product_status;&lt;BR /&gt;29 run;&lt;BR /&gt;&lt;BR /&gt;For Base SAS Software ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;Image version information: 9.04.01M8P011823&lt;BR /&gt;For SAS/STAT ...&lt;BR /&gt;Custom version information: 15.3&lt;BR /&gt;For SAS/GRAPH ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS Integration Technologies ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS/Secure 168-bit ...&lt;BR /&gt;Custom version information: 9.41_M5&lt;BR /&gt;For High Performance Suite ...&lt;BR /&gt;Custom version information: 2.2_M9&lt;BR /&gt;For SAS/ACCESS Interface to PC Files ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;For SAS/ACCESS Interface to ODBC ...&lt;BR /&gt;Custom version information: 9.4_M8&lt;BR /&gt;NOTE: PROCEDURE PRODUCT_STATUS used (Total process time):&lt;BR /&gt;real time 0.20 seconds&lt;BR /&gt;cpu time 0.12 seconds&lt;BR /&gt;</description>
      <pubDate>Sun, 28 May 2023 03:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877892#M26707</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-05-28T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877893#M26708</link>
      <description>here is result after run:&lt;BR /&gt;28 PROC SETINIT; RUN;&lt;BR /&gt;&lt;BR /&gt;NOTE: PROCEDURE SETINIT used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;Original site validation data&lt;BR /&gt;Current version: 9.04.01M8P011823&lt;BR /&gt;Site name: '***'.&lt;BR /&gt;Site number: ***.&lt;BR /&gt;CPU A: Model name='' model number='' serial='+16'.&lt;BR /&gt;Expiration: 30JUN2023.&lt;BR /&gt;Grace Period: 15 days (ending 15JUL2023).&lt;BR /&gt;Warning Period: 17 days (ending 01AUG2023).&lt;BR /&gt;System birthday: 04APR2023.&lt;BR /&gt;Operating System: LIN X64 .&lt;BR /&gt;Product expiration dates:&lt;BR /&gt;---Base SAS Software 30JUN2023 (CPU A)&lt;BR /&gt;---SAS/STAT 30JUN2023 (CPU A)&lt;BR /&gt;---SAS/GRAPH 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Integration Technologies 30JUN2023 (CPU A)&lt;BR /&gt;---SAS/Secure 168-bit 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Enterprise Guide 30JUN2023 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to PC Files 30JUN2023 (CPU A)&lt;BR /&gt;---SAS/ACCESS Interface to ODBC 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Workspace Server for Local Access 30JUN2023 (CPU A)&lt;BR /&gt;---High Performance Suite 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Excel 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft Outlook 30JUN2023 (CPU A)&lt;BR /&gt;---SAS Add-in for Microsoft PowerPoint 30JUN2023 (CPU A)&lt;BR /&gt;2 The SAS System 10:36 Sunday, May 28, 2023&lt;BR /&gt;&lt;BR /&gt;---SAS Add-in for Microsoft Word</description>
      <pubDate>Sun, 28 May 2023 03:24:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877893#M26708</guid>
      <dc:creator>haibh</dc:creator>
      <dc:date>2023-05-28T03:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS/ACCESS to ORACLE ERROR: The ORACLE engine cannot be found.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877895#M26709</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/442757"&gt;@haibh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As your results shows, your company does not have SAS/ACCESS Interface to Oracle licensed! Therefore you can not use the ORACLE engine in your Libname statement(s).&lt;/P&gt;
&lt;P&gt;You have SAS/ACCESS Interface to ODBC, which means you could connect to an Oracle Database via Oracle's or other Vendor ODBC Driver, as long as your SAS system Administrator sets-it-up/configure-it on the Linux/Unix Workspace Server&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Note: The system requirements document I mentioned in my first response, has a section for SAS/ACCESS Interface to ODBC&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 04:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-ACCESS-to-ORACLE-ERROR-The-ORACLE-engine-cannot-be-found/m-p/877895#M26709</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-05-28T04:03:10Z</dc:date>
    </item>
  </channel>
</rss>

