<?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: create a oracle dataset in Dataflux in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/812079#M20314</link>
    <description>&lt;P&gt;A quick addition: you can create the connection to your Oracle database directly from the Windows ODBC Administrator (32 bits to match Data Management Studio)&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 05:56:48 GMT</pubDate>
    <dc:creator>audrey</dc:creator>
    <dc:date>2022-05-09T05:56:48Z</dc:date>
    <item>
      <title>create a oracle dataset in Dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/811635#M20310</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;I have created a data job and my final table is in Excel but wants to store in Oracle directly.&lt;/P&gt;
&lt;P&gt;please go through the&amp;nbsp; attached one screenshot for your references. and let me know if required any further details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Shakti_Sourav_0-1651748117328.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71151i5E7BE2E6F709522E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Shakti_Sourav_0-1651748117328.png" alt="Shakti_Sourav_0-1651748117328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank You&lt;/P&gt;
&lt;P&gt;Shakti&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 10:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/811635#M20310</guid>
      <dc:creator>Shakti_Sourav</dc:creator>
      <dc:date>2022-05-05T10:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: create a oracle dataset in Dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/812029#M20313</link>
      <description>&lt;P&gt;I'm not too familiar with this but my understanding is you will need to create an ODBC data connection in the Data Tab in Dataflux Data Management Studio. This will point to the Oracle schema where you want your new table to be stored. Unless you have "Create Table" permissions in this schema you will have to get a DBA to create the table for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in the Folder Tab, open your Dataflux job and replace your text file output node with a Data Target (Insert) node. This node is for inserting rows which is what I guess you want to do. In the properties of this node point to the required table listed in the Oracle data connection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 May 2022 20:08:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/812029#M20313</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-05-08T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: create a oracle dataset in Dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/812079#M20314</link>
      <description>&lt;P&gt;A quick addition: you can create the connection to your Oracle database directly from the Windows ODBC Administrator (32 bits to match Data Management Studio)&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 05:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/812079#M20314</guid>
      <dc:creator>audrey</dc:creator>
      <dc:date>2022-05-09T05:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: create a oracle dataset in Dataflux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/850584#M20651</link>
      <description>Perform the following steps to create a new DBMS-based repository for DataFlux Data Management Studio.&lt;BR /&gt;&lt;BR /&gt;Click on the Administration riser bar.&lt;BR /&gt;Select the Repository Definitions folder in the tree. The Repository Definitions pane displays on the right.&lt;BR /&gt;In the Repository Definitions pane, click on the New button to create the new repository. The New Repository Definition dialog appears&lt;BR /&gt;Enter the name of your repository in the Name field.&lt;BR /&gt;Select the Database connection control.&lt;BR /&gt;Use the connection Name field to select an ODBC DSN connection or a SAS Federation Server connection to the database where the tables for the repository are created.&lt;BR /&gt;&lt;BR /&gt;Example database connection name: Oracle11g&lt;BR /&gt;Specify a table prefix, if desired. A unique table prefix enables you to distinguish the tables that are associated with a particular repository from other tables that might be stored in the same database connection. If you enter a prefix that includes a period, the portion to the left of the period will be considered to be the name of an existing schema. For example, you specify WIP.REPOS as a prefix, the repository creation will fail if there is no WIP schema in the database.&lt;BR /&gt;Specify a File storage location. The client might perform best when the File storage location is local to DataFlux Data Management Studio.&lt;BR /&gt;&lt;BR /&gt;Example file storage folder:&lt;BR /&gt;C:\prod_repos\FileStorage&lt;BR /&gt;&lt;BR /&gt;Select or deselect the Connect to repository at startup checkbox as appropriate.&lt;BR /&gt;Select or deselect the Private checkbox as appropriate.&lt;BR /&gt;Click on the OK button. A new repository definition file (.RCF file) is created. It is saved to the location specified by the selection or deselection of the Private checkbox. A new repository database is created in the location that is specified in the Data storage area of the definition. You are connected to the new repository.&lt;BR /&gt;To verify that you are connected to the repository, select the repository in the Administration riser bar. The Status pane should indicate that you are connected to the repository.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rachel Gomez</description>
      <pubDate>Wed, 21 Dec 2022 07:49:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/create-a-oracle-dataset-in-Dataflux/m-p/850584#M20651</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2022-12-21T07:49:19Z</dc:date>
    </item>
  </channel>
</rss>

