<?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: Write to Oracle Schema from Data Integration Studio in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562564#M17243</link>
    <description>&lt;P&gt;It is also that almost all the documentation on Data Integration Studio involves TSQL to write to Oracle tables and this solution is both the proper streamline enterprise ETL method and the lesser known method.&amp;nbsp; The tool would not be an enterprise solution without it.&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2019 13:50:30 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2019-05-30T13:50:30Z</dc:date>
    <item>
      <title>Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/560886#M17181</link>
      <description>&lt;P&gt;What are the steps that I need to take to write to an Oracle schema in Data Integration Studio directly?&amp;nbsp; When to creating a new table or when updating the table.&amp;nbsp; I can view Oracle schema in Data Integration Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 16:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/560886#M17181</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-22T16:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561040#M17184</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You define a metadata libname definition against the Oracle schema, then register metadata tables against this libname and then use these tables objects in your DIS job.&lt;/P&gt;
&lt;P&gt;If both source and target table are in Oracle then some of the SQL transformations (especially MERGE) allow to set options to use pass-through SQL (they show the Oracle O on the transform is setup this way). You then need to use Oracle SQL functions in the expressions as the generated code is explicit pass-through.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 04:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561040#M17184</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-23T04:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561123#M17185</link>
      <description>&lt;P&gt;Is there another option?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 12:38:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561123#M17185</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-23T12:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561253#M17187</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's the DIS way of doing things.&lt;/P&gt;
&lt;P&gt;You can of course also hand-code everything from libname statement to append/insert/update code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the problem you have to solve? Why do you ask for "another option"?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 22:31:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/561253#M17187</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-23T22:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562247#M17235</link>
      <description>&lt;P&gt;I'm looking for a solution that does not involve hand coding.&amp;nbsp; That hand coding defeats the purpose of a graphical interface.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 12:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562247#M17235</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-29T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562441#M17237</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The DIS way is: "&lt;SPAN&gt;You define a metadata libname definition against the Oracle schema, then register metadata tables against this libname and then use these table objects in your DIS job.&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's not o.k. with this? Why do you look for another option? What problem do you want to solve that above approach doesn't address?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you could be a bit more specific then may be we can think of other solution approaches which better address your specific problem.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 10:36:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562441#M17237</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-30T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562540#M17241</link>
      <description>&lt;P&gt;I got confused by your paragraph about pass through SQL it looked like you were saying i had to manually write TSQL.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 12:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562540#M17241</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-30T12:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562545#M17242</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5059"&gt;@DavidPhillips2&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I got confused by your paragraph about pass through SQL it looked like you were saying i had to manually write TSQL.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes, sorry, I know that my writing doesn't always express what I have in my mind.&lt;/P&gt;
&lt;P&gt;I just wanted to say that some of the SQL transformations - especially Merge - allow you to set-up things in a way so that SAS DIS generates explicit pass-through SQL. And if it does then you can use database specific syntax in the expressions column of the mapping tab.&lt;/P&gt;
&lt;P&gt;DIS shows you if it's using explicit Oracle pass-through by adding an "O" to the transformation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 13:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562545#M17242</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-05-30T13:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Write to Oracle Schema from Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562564#M17243</link>
      <description>&lt;P&gt;It is also that almost all the documentation on Data Integration Studio involves TSQL to write to Oracle tables and this solution is both the proper streamline enterprise ETL method and the lesser known method.&amp;nbsp; The tool would not be an enterprise solution without it.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 13:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Write-to-Oracle-Schema-from-Data-Integration-Studio/m-p/562564#M17243</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2019-05-30T13:50:30Z</dc:date>
    </item>
  </channel>
</rss>

