<?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: How to enable Oracle bulk loader in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42927#M5072</link>
    <description>Did you see any improvement in performance by changing the DBCOMMIT settings along with INSERTBUFF?&lt;BR /&gt;
&lt;BR /&gt;
I'm curious whether I should set them to the same value or not.....</description>
    <pubDate>Thu, 15 Jan 2009 13:58:54 GMT</pubDate>
    <dc:creator>JMarkW</dc:creator>
    <dc:date>2009-01-15T13:58:54Z</dc:date>
    <item>
      <title>How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42917#M5062</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I use SAS ACCESS interface to Oracle installed on a UNIX server through Enterprise Guide 4.1. When I wanted to create a table in the Oracle database using  &lt;BR /&gt;
-----------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;B&gt;proc sql;&lt;BR /&gt;
	create table ora_db.person_1 (BULKLOAD=YES BL_OPTIONS='ERRORS=899, LOAD=5000') as&lt;BR /&gt;
		select person_code, first_name, last_name from person_1;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;/B&gt;-----------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
The error message in the log is &lt;BR /&gt;
  --------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;B&gt;   WARNING: Shell escape is not valid in this SAS session. &lt;BR /&gt;
   ERROR: Requested function is not supported.&lt;BR /&gt;
&lt;/B&gt;  --------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Searching the SAS site, I was told that &lt;BR /&gt;
----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;B&gt;When you use SAS/ACCESS® Interface to Oracle and you invoke SAS with the -NOXCMD command, &lt;BR /&gt;
the Oracle bulk loader is automatically disabled and you receive the following error:&lt;BR /&gt;
&lt;BR /&gt;
   WARNING: Shell escape is not valid in this SAS session. &lt;BR /&gt;
   ERROR: Requested function is not supported.&lt;BR /&gt;
  ... ... ... ...&lt;BR /&gt;
&lt;/B&gt;----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
How can I enable  the bulk uploading function?&lt;BR /&gt;
&lt;BR /&gt;
Thank you in advance.&lt;BR /&gt;
&lt;BR /&gt;
myao</description>
      <pubDate>Fri, 29 Aug 2008 15:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42917#M5062</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-08-29T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42918#M5063</link>
      <description>Hi Myao&lt;BR /&gt;
You have to talk to your SAS admin so that he changes the SAS system option from NOXCMD to XCMD.&lt;BR /&gt;
&lt;A href="http://support.sas.com/onlinedoc/913/getDoc/en/hostunx.hlp/a000663635.htm" target="_blank"&gt;http://support.sas.com/onlinedoc/913/getDoc/en/hostunx.hlp/a000663635.htm&lt;/A&gt;&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Sat, 30 Aug 2008 02:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42918#M5063</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-08-30T02:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42919#M5064</link>
      <description>We don't have SAS admin here. Could you tell me how to do that? Thanks.</description>
      <pubDate>Tue, 16 Sep 2008 20:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42919#M5064</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-16T20:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42920#M5065</link>
      <description>You probably need to call tech support on this one.  The tech support web page didn't have anything useful when I searched for &amp;lt;"enterprise guide" noxcmd&amp;gt;.&lt;BR /&gt;
&lt;BR /&gt;
The noxcmd option is set as part of the initial call to SAS from EGuide, it's not something an administrator has set.  (When I run SAS independent of EGuide, the XCMD is allowed, but when I run EGuide, the noxcmd option is in effect.).&lt;BR /&gt;
&lt;BR /&gt;
Please post your findings; inquiring minds want to know....&lt;BR /&gt;
&lt;BR /&gt;
Doc Muhlbaier&lt;BR /&gt;
Duke</description>
      <pubDate>Wed, 17 Sep 2008 01:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42920#M5065</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-09-17T01:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42921#M5066</link>
      <description>I believe the following note will apply to this. The key is to add -allowxcmd to your object spawner startup (you are using a workspace server from EG, right?)&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/14/696.html" target="_blank"&gt;http://support.sas.com/kb/14/696.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
      <pubDate>Wed, 17 Sep 2008 06:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42921#M5066</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-09-17T06:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42922#M5067</link>
      <description>I did not find the files such as ObjectSpawner.bat on my PC or MetadataServer.sh.</description>
      <pubDate>Wed, 17 Sep 2008 20:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42922#M5067</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-17T20:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42923#M5068</link>
      <description>on the UNIX server.</description>
      <pubDate>Wed, 17 Sep 2008 20:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42923#M5068</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-17T20:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42924#M5069</link>
      <description>Who is you SAS representative (which receives SW and licenses)? For details help how to manage this contact SAS support.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 18 Sep 2008 11:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42924#M5069</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-09-18T11:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42925#M5070</link>
      <description>The person/department which maintains the SAS installation at your site has to make this change (needs admin rights - I call such a person SAS admin).&lt;BR /&gt;
To contact SAS Tech support is no way to go - this is not a defect and SAS Tech support can't do anything else than telling you to ask your SAS admin to enable Shell escape.&lt;BR /&gt;
HTH&lt;BR /&gt;
Patrick</description>
      <pubDate>Fri, 19 Sep 2008 13:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42925#M5070</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2008-09-19T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42926#M5071</link>
      <description>Myao,&lt;BR /&gt;
&lt;BR /&gt;
I would suggest that you use multi-row inserts instead. You can easily set INSERTBUFF option (to smthing like insertbuff=10000) with your libname statement and achieve even better speeds than those with BULKLOADer + you have better ERROR control. &lt;BR /&gt;
&lt;BR /&gt;
I have had real life experience beating BULKLOADER twice now. Here is also a paper that have similar conclusions. I would suggest that you play around with INSERTBUFF settings – 5000, 10000, 15000, etc. and see what works for you. &lt;BR /&gt;
&lt;BR /&gt;
www2.sas.com/proceedings/sugi29/106-29.pdf&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps. &lt;BR /&gt;
ikp</description>
      <pubDate>Sat, 20 Sep 2008 02:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42926#M5071</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-20T02:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Oracle bulk loader</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42927#M5072</link>
      <description>Did you see any improvement in performance by changing the DBCOMMIT settings along with INSERTBUFF?&lt;BR /&gt;
&lt;BR /&gt;
I'm curious whether I should set them to the same value or not.....</description>
      <pubDate>Thu, 15 Jan 2009 13:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-Oracle-bulk-loader/m-p/42927#M5072</guid>
      <dc:creator>JMarkW</dc:creator>
      <dc:date>2009-01-15T13:58:54Z</dc:date>
    </item>
  </channel>
</rss>

