<?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 CLI execute error: [Oracle][ODBC][Ora]ORA-01438: How to target defect column? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932032#M366657</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the error below when I tried to use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sql; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inert into&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;command to insert table into oracle server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the my format is not align with defined tables. However I have 300 columns and I don't know which one caused the problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there anyway can let me target the defect columns.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI execute error: [Oracle][ODBC][Ora]ORA-01438: value larger than specified precision allowed&lt;BR /&gt;for this column&lt;BR /&gt;ERROR: ROLLBACK issued due to errors for data set LIB.MY_TABLE.DATA.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 19:39:40 GMT</pubDate>
    <dc:creator>Li2024</dc:creator>
    <dc:date>2024-06-12T19:39:40Z</dc:date>
    <item>
      <title>CLI execute error: [Oracle][ODBC][Ora]ORA-01438: How to target defect column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932032#M366657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the error below when I tried to use&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc sql; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;inert into&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;command to insert table into oracle server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the my format is not align with defined tables. However I have 300 columns and I don't know which one caused the problem.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there anyway can let me target the defect columns.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: CLI execute error: [Oracle][ODBC][Ora]ORA-01438: value larger than specified precision allowed&lt;BR /&gt;for this column&lt;BR /&gt;ERROR: ROLLBACK issued due to errors for data set LIB.MY_TABLE.DATA.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 19:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932032#M366657</guid>
      <dc:creator>Li2024</dc:creator>
      <dc:date>2024-06-12T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: CLI execute error: [Oracle][ODBC][Ora]ORA-01438: How to target defect column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932052#M366663</link>
      <description>&lt;P&gt;How many of your columns are numeric? I suspect this is a problem where you are trying to insert a decimal number into an integer column or something similar. I suggest you extract the non-decimal numeric columns from the Oracle schema then compare these with the SAS numerics you are trying to insert.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 20:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932052#M366663</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-12T20:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: CLI execute error: [Oracle][ODBC][Ora]ORA-01438: How to target defect column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932054#M366665</link>
      <description>&lt;P&gt;I have at least 250 numerical columns.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; defined format, informat and length.Do you know which one caused this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean this error is caused by length of decimal only?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 20:10:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932054#M366665</guid>
      <dc:creator>Li2024</dc:creator>
      <dc:date>2024-06-12T20:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: CLI execute error: [Oracle][ODBC][Ora]ORA-01438: How to target defect column?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932061#M366671</link>
      <description>&lt;P&gt;You can check up on the default Oracle data type translations here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/p06jk0u30uhuj5n18fqw9sxr25lk.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/p06jk0u30uhuj5n18fqw9sxr25lk.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How are you connecting to Oracle - using a LIBNAME statement or by some other method?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm afraid you will probably need to run some tests to identify which columns are causing the errors. You could try inserting a subset of the columns to isolate the problematic ones.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 21:23:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/CLI-execute-error-Oracle-ODBC-Ora-ORA-01438-How-to-target-defect/m-p/932061#M366671</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-12T21:23:47Z</dc:date>
    </item>
  </channel>
</rss>

