<?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 Uploading Data on Oracle Server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Uploading-Data-on-Oracle-Server/m-p/13999#M1749</link>
    <description>I am hoping that you help me this issue:&lt;BR /&gt;
&lt;BR /&gt;
I a trying to create a table on Oracle server (Oracle 10 G) using proc sql:&lt;BR /&gt;
All I am doing is - Bringing data from Oracle Server A and passing it to Oracle server B (please see the code):&lt;BR /&gt;
&lt;BR /&gt;
Proc sql;&lt;BR /&gt;
&lt;BR /&gt;
create table crmrs133.sales as&lt;BR /&gt;
&lt;BR /&gt;
select subscriber_seq, address_seq,campaign_number, selling_group_code&lt;BR /&gt;
from m_owner.Sales_work_order &lt;BR /&gt;
where datepart(report_date) between '01mar2009'd AND '31mar2009'd ;&lt;BR /&gt;
QUIT; &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;CRMRS133&lt;/B&gt; : Oracle server where table sales is being created hosted on Unix box A.&lt;BR /&gt;
&lt;B&gt;M_owner&lt;/B&gt; is another Oracle server on Unix Box B.&lt;BR /&gt;
&lt;BR /&gt;
Error I get is :&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS variable labels, formats, and lengths are not written to DBMS tables.&lt;BR /&gt;
&lt;B&gt;ERROR: ORACLE execute error: ORA-01461: can bind a LONG value only for insert into a LONG column.&lt;/B&gt;&lt;BR /&gt;
WARNING: File deletion failed for CRMRS133.SALES.DATA.&lt;BR /&gt;
&lt;BR /&gt;
How can i resolve this issue.&lt;BR /&gt;
This code was run on PC SAS (not Unix SAS).</description>
    <pubDate>Wed, 01 Apr 2009 14:20:53 GMT</pubDate>
    <dc:creator>Pdogra</dc:creator>
    <dc:date>2009-04-01T14:20:53Z</dc:date>
    <item>
      <title>Uploading Data on Oracle Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Uploading-Data-on-Oracle-Server/m-p/13999#M1749</link>
      <description>I am hoping that you help me this issue:&lt;BR /&gt;
&lt;BR /&gt;
I a trying to create a table on Oracle server (Oracle 10 G) using proc sql:&lt;BR /&gt;
All I am doing is - Bringing data from Oracle Server A and passing it to Oracle server B (please see the code):&lt;BR /&gt;
&lt;BR /&gt;
Proc sql;&lt;BR /&gt;
&lt;BR /&gt;
create table crmrs133.sales as&lt;BR /&gt;
&lt;BR /&gt;
select subscriber_seq, address_seq,campaign_number, selling_group_code&lt;BR /&gt;
from m_owner.Sales_work_order &lt;BR /&gt;
where datepart(report_date) between '01mar2009'd AND '31mar2009'd ;&lt;BR /&gt;
QUIT; &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;CRMRS133&lt;/B&gt; : Oracle server where table sales is being created hosted on Unix box A.&lt;BR /&gt;
&lt;B&gt;M_owner&lt;/B&gt; is another Oracle server on Unix Box B.&lt;BR /&gt;
&lt;BR /&gt;
Error I get is :&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS variable labels, formats, and lengths are not written to DBMS tables.&lt;BR /&gt;
&lt;B&gt;ERROR: ORACLE execute error: ORA-01461: can bind a LONG value only for insert into a LONG column.&lt;/B&gt;&lt;BR /&gt;
WARNING: File deletion failed for CRMRS133.SALES.DATA.&lt;BR /&gt;
&lt;BR /&gt;
How can i resolve this issue.&lt;BR /&gt;
This code was run on PC SAS (not Unix SAS).</description>
      <pubDate>Wed, 01 Apr 2009 14:20:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Uploading-Data-on-Oracle-Server/m-p/13999#M1749</guid>
      <dc:creator>Pdogra</dc:creator>
      <dc:date>2009-04-01T14:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Data on Oracle Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Uploading-Data-on-Oracle-Server/m-p/14000#M1750</link>
      <description>After checking SAS notes, I found these two:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/10/019.html" target="_blank"&gt;http://support.sas.com/kb/10/019.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/11/678.html" target="_blank"&gt;http://support.sas.com/kb/11/678.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
They bot implies that you have wrong Oracle module linked from SAS. Check your versions numbers. If they seem to the correct ones, contact SAS tech support. Otherwise - upgrade...&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Thu, 02 Apr 2009 13:17:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Uploading-Data-on-Oracle-Server/m-p/14000#M1750</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-04-02T13:17:15Z</dc:date>
    </item>
  </channel>
</rss>

