<?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: Join Dataset from SAS Work library to Oracle Pass Through in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449842#M29097</link>
    <description>&lt;P&gt;I am confused now. what exactly you are trying to achieve.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Mar 2018 03:34:53 GMT</pubDate>
    <dc:creator>kiranv_</dc:creator>
    <dc:date>2018-03-30T03:34:53Z</dc:date>
    <item>
      <title>Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449822#M29089</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the results of a query in my EG Project, (Version 7.1)&amp;nbsp; which goes to the WORK library,&amp;nbsp;in an Oracle Pass Through but the Pass through cannot 'see' the WORK Dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get both together in one query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 01:37:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449822#M29089</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T01:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449824#M29090</link>
      <description>&lt;P&gt;You can't, you'll need to move them to the&amp;nbsp;same location.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would SQL, not pass through work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on the type of join, you could also create the rules as macro variables and pass them to the query that way. This useful in a case where you want to select a subset and the subset list is local for example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 02:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449824#M29090</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-30T02:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449826#M29091</link>
      <description>&lt;P&gt;Thanks Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll do whatever works, what's the simplest way, a Macro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help with how I would do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 02:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449826#M29091</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T02:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449828#M29092</link>
      <description>&lt;P&gt;Note my comment, 'depends on the join'. You need to provide more details of what you're trying to accomplish first.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 02:09:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449828#M29092</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-30T02:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449831#M29093</link>
      <description>&lt;P&gt;Ok, I'm creating a table of ID Numbers in the WORK Library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pass Through query connects to an Oracle Data Warehouse with large tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the WORK.IDs as a Subquery in the Pass Through, something like below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Connect to Oracle .....etc as connection string;

Select * 

from Oracle.Table

Where ID in

(
Select distinct ID form WORK.ID
)

Disconnect from Oracle;
;quit;&lt;/PRE&gt;&lt;P&gt;Hope this is clearer. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 02:16:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449831#M29093</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T02:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449836#M29094</link>
      <description>&lt;P&gt;I would have thought that this problem had come up before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So how do people overcome this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd really like to know what is possible to do this OR is it impossible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449836#M29094</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T03:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449839#M29095</link>
      <description>&lt;P&gt;Either move SAS table to Oracle and then do joins&amp;nbsp; or subquery. below is example of join. you can apply this logic to your query&lt;/P&gt;
&lt;P&gt;as shown in next two steps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;

create table oratable.tablename as

select * from sastable.tablename;

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then use the above table in your query&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql; connect to oracle (user=&amp;amp;myid orapw=&amp;amp;mypwd path="&amp;amp;mydb");

execute ( use your logic here) by oracle;

disconnect from oracle; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if above thing is not possible you have to do something like this.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname oratable oracle user=user password=password path=path;

proc sql;

create table oratable.tablename

as select * from sastable.tablename

left join oratable.tablename on yourcolumns ;

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449839#M29095</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-03-30T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449840#M29096</link>
      <description>&lt;P&gt;Thanks kiranv,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a working example of this maybe using Dual?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449840#M29096</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T03:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449842#M29097</link>
      <description>&lt;P&gt;I am confused now. what exactly you are trying to achieve.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449842#M29097</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-03-30T03:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449843#M29098</link>
      <description>&lt;P&gt;It is absolutely doable. You need to upload your SAS WORK table to Oracle as a temporary table. Then you join to it in a pass through query. Something like this should work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname Oraload Oracle &amp;lt;&amp;lt; put Oracle connection details here &amp;gt;&amp;gt; 
   connection = global dbmstemp = yes insertbuff = 10000;

data Oraload.MyTempTable;
  set WORK.MySASTable;
run;

proc sql;
  connect using Oraload;
  create table MyMatchedTable as 
 select * 
  from connection to Oraload
  (select A.*

 FROM MyOracleTable A
 inner join MyTempTable B
 on A.ID = B.ID
);
quit; 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449843#M29098</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-30T03:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449846#M29099</link>
      <description>&lt;P&gt;Sorry, I meant a working example of some code but it's not going to be possible as a Pass Through would be required. Thanks, I'll give this a try.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:41:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449846#M29099</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T03:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449848#M29100</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try it out.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 03:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449848#M29100</guid>
      <dc:creator>Peter_B</dc:creator>
      <dc:date>2018-03-30T03:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449918#M29105</link>
      <description>&lt;P&gt;First thing is you need to understand how pass-through works. Pass-Through queries are used to send DBMS specific statements and retrieve DBMS data. You need to specify DBMS SQL syntax instead of SAS SQL or functions or SAS data. There is now way that you can use your SAS dataset in Pass-Through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your method to approach depends on what your trying to achieve.&lt;/P&gt;
&lt;P&gt;1) Create a table in DBMS using temp table in SAS (Table in WORK Library) and DBMS table.&lt;/P&gt;
&lt;P&gt;If this is your goal then the best approach is send the SAS temp table to DBMS temp and then do joins(&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37783"&gt;@kiranv_&lt;/a&gt;&amp;nbsp;already gave you approach).&lt;/P&gt;
&lt;P&gt;2) Create a table in SAS using SAS temp table and oracle table (not very large oracle table).&lt;/P&gt;
&lt;P&gt;This will be a heterogeneous join, SAS will bring the records from DBMS to SAS environment and then do joins in SAS. This approach will be feasible if your oracle table is not very large ( fetch records are less).&lt;/P&gt;
&lt;P&gt;options sastrace=',,,d' sastraceloc=saslog;&amp;nbsp; Using this option you can see how the sql is passed to DBMS and how many records are fetching.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME ORC oracle user= password= path= ;
options sastrace=',,,d' sastraceloc=saslog;
proc sql;
create table sas_Table as 
select a.* 
	from orc.oracle_Table a
	inner join work.sas_temp b
	on (a.id=b.id);
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;3) If your oracle table is very large and want to create a table in SAS.&lt;/P&gt;
&lt;P&gt;Follow the first approach&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 13:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/449918#M29105</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-03-30T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450097#M29106</link>
      <description>&lt;P&gt;It's possible, and you'll get better answers if you include more details in your question to start off with.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using SQL pass through use the macro option I mentioned. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So from your work table create a macro variable like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql noprint;

select quote(name, "'") Into :name_list separated by ", "
from sashelp.class
where age in (12, 13);

quit;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you can add that into your query, assuming you know how your SQL query is written already, just add to the WHERE statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options mprint symbolgen;

proc sql;

create table want as
select *
from sashelp.class
where name in (&amp;amp;ame_list);

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Obviously this isn't a SQL pass through, but an example that you can run to see how it works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 01:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450097#M29106</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-31T01:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450215#M29110</link>
      <description>&lt;P&gt;Thanks SASKiwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've run this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libname line was successful;&lt;/P&gt;&lt;P&gt;NOTE: Libref ORALOAD was successfully assigned as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME oraload ORACLE user=XXXXXXXX pw=XXXXXXX
path="(DESCRIPTION=(ADDRESS = (PROTOCOL = TCP)
(HOST = XXXXXXXXXXXXXX.com)(PORT = 1234))
(CONNECT_DATA = (SERVICE_NAME=XXXXXXXX)))";

connection = global dbmstemp = yes insertbuff = 10000;

data oraload.mytemptable;
set WORK.CUST_IDS;
RUN; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the below error at the connection line;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;29         connection = global dbmstemp = yes insertbuff = 10000;
           __________
           180

ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there something needed in the CONNECTION statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2018 03:46:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450215#M29110</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-04-01T03:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450281#M29112</link>
      <description>&lt;P&gt;The LIBNAME statement ends with a semicolon like all SAS statements. You have an extra semicolon where there shouldn't be:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;LIBNAME oraload ORACLE user=XXXXXXXX pw=XXXXXXX
path="(DESCRIPTION=(ADDRESS = (PROTOCOL = TCP)
(HOST = XXXXXXXXXXXXXX.com)(PORT = 1234))
(CONNECT_DATA = (SERVICE_NAME=XXXXXXXX)))"
connection = global dbmstemp = yes insertbuff = 10000;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Apr 2018 22:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450281#M29112</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-04-01T22:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450292#M29113</link>
      <description>&lt;P&gt;Thanks, it ran but I then got the below privileges error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll see about getting my access changed, but in the meantime, is there another way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: SAS variable labels, formats, and lengths are not written to DBMS tables.
ERROR: Error attempting to CREATE a DBMS table. ERROR: ORACLE execute error: ORA-01031: insufficient privileges..&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 02 Apr 2018 03:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450292#M29113</guid>
      <dc:creator>OscarBoots2</dc:creator>
      <dc:date>2018-04-02T03:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Join Dataset from SAS Work library to Oracle Pass Through</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450462#M29124</link>
      <description>&lt;P&gt;Unfortunately not. If your Oracle account does not allow the creation of temporary tables then the only option is to get the account permissions changed.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 21:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Join-Dataset-from-SAS-Work-library-to-Oracle-Pass-Through/m-p/450462#M29124</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-04-02T21:11:11Z</dc:date>
    </item>
  </channel>
</rss>

