<?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 Batch Download from Oracle in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211039#M13924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;Being Data Scientist,One of the prominent challenge is to extract data from server to local machine.Is there any way out to extract data from oracle server more speedy than traditional Data;Set;Run; Process.&lt;/P&gt;&lt;P&gt;Majority data extraction for us are blanket extraction i.e. without applying&amp;nbsp; any filter.Is there any bulk download process which wont read every line of the data and download all the files in batch mode.&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Prasad Devasthali&lt;/P&gt;&lt;P&gt;HDFC Bank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jul 2015 05:41:41 GMT</pubDate>
    <dc:creator>ImPrasad</dc:creator>
    <dc:date>2015-07-25T05:41:41Z</dc:date>
    <item>
      <title>Batch Download from Oracle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211039#M13924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;Being Data Scientist,One of the prominent challenge is to extract data from server to local machine.Is there any way out to extract data from oracle server more speedy than traditional Data;Set;Run; Process.&lt;/P&gt;&lt;P&gt;Majority data extraction for us are blanket extraction i.e. without applying&amp;nbsp; any filter.Is there any bulk download process which wont read every line of the data and download all the files in batch mode.&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Prasad Devasthali&lt;/P&gt;&lt;P&gt;HDFC Bank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 05:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211039#M13924</guid>
      <dc:creator>ImPrasad</dc:creator>
      <dc:date>2015-07-25T05:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Download from Oracle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211040#M13925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add option&amp;nbsp;&amp;nbsp; readbuff=100000&amp;nbsp;&amp;nbsp; into your libname statement will fast your speed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jul 2015 11:25:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211040#M13925</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-25T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Download from Oracle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211041#M13926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Xia,this option really helped me a lot to reduce TAT.However&amp;nbsp; I am unable to increase value more than 32000 on my local system against ReadBuff value.My sas version is 9.3 and I am operating it through 32 Bit processor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 11:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211041#M13926</guid>
      <dc:creator>ImPrasad</dc:creator>
      <dc:date>2015-08-07T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Download from Oracle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211042#M13927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. Maybe you should talk to SAS Support . &lt;/P&gt;&lt;P&gt;OR post your Q at Administrator Forum, there are more experts about DB in there .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:14:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211042#M13927</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-08-07T12:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Download from Oracle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211043#M13928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Optimizing run time is decreasing the technical overhead. Read buffers is mostly sufficient There should be no logging and no locking when reading (writing is different).&lt;/P&gt;&lt;P&gt;You local system could be a bottleneck (SSD?)&amp;nbsp; as is the network transfer rate. Optimizing buffering bufsize aligniofiles could help. &lt;A href="https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a003113595.htm" title="https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a003113595.htm"&gt;SAS/ACCESS(R) 9.2 for Relational Databases: Reference, Fourth Edition&lt;/A&gt; Xia give you that one already &lt;BR /&gt;Mostly it is adiviced to work "federated" leave data as much as possible at his source, avoiding copies. With mining that is not really possible. &lt;BR /&gt;As of Views and other technical stuff in Oracle it could be Oracle is not faster and being the limitation. Ask your oracle DBA for that area.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:37:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Download-from-Oracle/m-p/211043#M13928</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-08-07T12:37:10Z</dc:date>
    </item>
  </channel>
</rss>

