<?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 - Basic Information needed in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62817#M3184</link>
    <description>Executing Oracle stored procedures is covered by this SAS (alraedy mentioned in a different thread):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/18/350.html" target="_blank"&gt;http://support.sas.com/kb/18/350.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Wed, 21 Jan 2009 11:21:54 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-01-21T11:21:54Z</dc:date>
    <item>
      <title>SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62812#M3179</link>
      <description>Dear SAS Experts,&lt;BR /&gt;
&lt;BR /&gt;
I'd like to know what are the mandatory steps in order to connect to an Oracle DB which is stored on a Unix server from a PC on Windows XP.&lt;BR /&gt;
&lt;BR /&gt;
We currently have ordered the module SAS Access-To-Oracle for every computer which will need to run the application and it should be installed soon.&lt;BR /&gt;
&lt;BR /&gt;
I've already read a lot of documentation about the Syntax to use in order to connect to an oracle DB and to execute SQL statements (using pass-through facility or not). This is not difficult to understand and it's not my main concern about it.&lt;BR /&gt;
&lt;BR /&gt;
In fact, I just wonder if we need to install an Oracle component on the clients (Listeners or something else) or if everything will be managed by the SAS module.&lt;BR /&gt;
&lt;BR /&gt;
e.g.: What should be the value of the parameter "path" in the following statement in order to access our distant DB ?&lt;BR /&gt;
&lt;BR /&gt;
libname mydblib oracle user=smith password=secret path='myoracleserver';&lt;BR /&gt;
&lt;BR /&gt;
I know that it can seem to be a stupid question for some of you but as I'm not able to test anything for the moment, I'd like to win some time by retrieving the needed information in advance.&lt;BR /&gt;
&lt;BR /&gt;
As usual, Thx for your precious help !&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Florent</description>
      <pubDate>Mon, 24 Nov 2008 15:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62812#M3179</guid>
      <dc:creator>Florent</dc:creator>
      <dc:date>2008-11-24T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62813#M3180</link>
      <description>You'll need to have the Oracle SQL*NET client installed on your SAS client machine.&lt;BR /&gt;
The path could be an DB alias that is specified in the TNSNAMES.ORA file, see this note:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/23/865.html" target="_blank"&gt;http://support.sas.com/kb/23/865.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
&lt;BR /&gt;
Linus</description>
      <pubDate>Mon, 24 Nov 2008 16:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62813#M3180</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-11-24T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62814#M3181</link>
      <description>Hi:&lt;BR /&gt;
  If you are using the BI Platform, then the connection to Oracle information, such as path and password, etc, can also be defined in the metadata. You might wish to look at the data management documentation for the Platform, in that case.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 24 Nov 2008 17:57:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62814#M3181</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-11-24T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62815#M3182</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
We successfully installed the SAS access to Oracle module and succesfully connect to the Oracle database.&lt;BR /&gt;
&lt;BR /&gt;
Now we have isssues with the execution of a procedure which is stored on Oracle.&lt;BR /&gt;
&lt;BR /&gt;
Here is the part of the log describing it:&lt;BR /&gt;
&lt;I&gt;53302    execute(exec p_write_data) by oracle;&lt;BR /&gt;
ERROR: ORACLE execute error: ORA-06550: line 1, column 8: PLS-00201: identifier 'P_WRITE_DATA' must be declared&lt;BR /&gt;
ORA-06550: line 1, column 8:&lt;BR /&gt;
PL/SQL: Statement ignored.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Would you have any idea why we get this message ? Is it possible to retrieve the available procedures/functions' names stored on the Oracle side ?&lt;BR /&gt;
&lt;BR /&gt;
Thank you in advance.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Florent</description>
      <pubDate>Wed, 21 Jan 2009 10:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62815#M3182</guid>
      <dc:creator>Florent</dc:creator>
      <dc:date>2009-01-21T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62816#M3183</link>
      <description>Hi,&lt;BR /&gt;
If a SAS data set contains variable names that are Oracle reserved words, the above error will be returned and The variables will need to be renamed, using names that are not Oracle reserved words.</description>
      <pubDate>Wed, 21 Jan 2009 11:18:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62816#M3183</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-01-21T11:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Oracle - Basic Information needed</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62817#M3184</link>
      <description>Executing Oracle stored procedures is covered by this SAS (alraedy mentioned in a different thread):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/18/350.html" target="_blank"&gt;http://support.sas.com/kb/18/350.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Wed, 21 Jan 2009 11:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Access-to-Oracle-Basic-Information-needed/m-p/62817#M3184</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-01-21T11:21:54Z</dc:date>
    </item>
  </channel>
</rss>

