<?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: SAS DI Table loader oracle in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724539#M19842</link>
    <description>&lt;P&gt;LIBNAME *** ODBC DATAsrc=ODBC SCHEMA=***** USER=*** PASSWORD="*****" INSERTBUFF=32767;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Mar 2021 15:57:29 GMT</pubDate>
    <dc:creator>Kashishjoker</dc:creator>
    <dc:date>2021-03-08T15:57:29Z</dc:date>
    <item>
      <title>SAS DI Table loader oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724484#M19839</link>
      <description>Hello All-&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;I'm getting an below error while loading the data into oracle table with the help of SAS DI table loader&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;ODBC_168: Executed: on connection 6&lt;BR /&gt;Prepared statement ODBC_124&lt;BR /&gt;&lt;BR /&gt;ODBC: ROLLBACK performed on connection 6.&lt;BR /&gt;NOTE: There were 1441748 observations read from the data set WORK.W8BZ164Z.&lt;BR /&gt;NOTE: 1441747 observations added.&lt;BR /&gt;NOTE: The data set table has . observations and 40 variables.&lt;BR /&gt;ODBC: COMMIT performed on connection 6.&lt;BR /&gt;&lt;BR /&gt;Summary Statistics for ODBC are:&lt;BR /&gt;Total SQL execution seconds were: 978.921050&lt;BR /&gt;Total SQL prepare seconds were: 0.002722&lt;BR /&gt;Total SQL describe seconds were: 0.002161&lt;BR /&gt;Total seconds used by the ODBC ACCESS engine were 988.840234&lt;BR /&gt;&lt;BR /&gt;ODBC: COMMIT performed on connection 6.&lt;BR /&gt;ERROR: CLI disconnect failed: [Oracle][ODBC]Invalid transaction state.&lt;BR /&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE APPEND used (Total process time):&lt;BR /&gt;&amp;amp;nbsp;&lt;BR /&gt;Please guide me&amp;amp;nbsp;</description>
      <pubDate>Wed, 17 Mar 2021 13:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724484#M19839</guid>
      <dc:creator>Kashishjoker</dc:creator>
      <dc:date>2021-03-17T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Table loader oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724528#M19840</link>
      <description>&lt;P&gt;What libname and data set options are in effect for this step?&lt;/P&gt;
&lt;P&gt;Try to add this temporary to the code so you might see more in the log:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options msglevel=i sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Mar 2021 15:09:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724528#M19840</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-08T15:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Table loader oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724538#M19841</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for revert.&lt;BR /&gt;&amp;nbsp;As suggested I have added the option, can you please suggest now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ODBC_168: Executed: on connection 6&lt;BR /&gt;Prepared statement ODBC_124&lt;BR /&gt;&lt;BR /&gt;ODBC: ROLLBACK performed on connection 6.&lt;BR /&gt;NOTE: There were 1441748 observations read from the data set WORK.W8BZ164Z.&lt;BR /&gt;NOTE: 1441747 observations added.&lt;BR /&gt;NOTE: The data set table has . observations and 40 variables.&lt;BR /&gt;ODBC: COMMIT performed on connection 6.&lt;BR /&gt;&lt;BR /&gt;Summary Statistics for ODBC are:&lt;BR /&gt;Total SQL execution seconds were: 978.921050&lt;BR /&gt;Total SQL prepare seconds were: 0.002722&lt;BR /&gt;Total SQL describe seconds were: 0.002161&lt;BR /&gt;Total seconds used by the ODBC ACCESS engine were 988.840234&lt;BR /&gt;&lt;BR /&gt;ODBC: COMMIT performed on connection 6.&lt;BR /&gt;ERROR: CLI disconnect failed: [Oracle][ODBC]Invalid transaction state.&lt;BR /&gt;NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;NOTE: PROCEDURE APPEND used (Total process time):&lt;BR /&gt;real time 16:28.87&lt;BR /&gt;user cpu time 19.62 seconds&lt;BR /&gt;system cpu time 1.18 seconds&lt;BR /&gt;memory 107196.37k&lt;BR /&gt;OS Memory 125096.00k&lt;BR /&gt;Timestamp 05/03/2021 06:26:02 PM&lt;BR /&gt;Step Count 89 Switch Count 1&lt;BR /&gt;Page Faults 0&lt;BR /&gt;Page Reclaims 291072&lt;BR /&gt;Page Swaps 0&lt;BR /&gt;Voluntary Context Switches 174&lt;BR /&gt;Involuntary Context Switches 429&lt;BR /&gt;Block Input Operations 8&lt;BR /&gt;Block Output Operations 16&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE| _DISARM| STOP| _DISARM| 2021-03-05T18:26:02,165+05:1800| _DISARM| WorkspaceServer| _DISARM| SAS| _DISARM|&lt;BR /&gt;| _DISARM| 1131565056| _DISARM| 19304448| _DISARM| 12| _DISARM| 36| _DISARM| 24| _DISARM| 706637512| _DISARM| 20.800000|&lt;BR /&gt;_DISARM| 988.870710| _DISARM| 1930567173.295236| _DISARM| 1930568162.165946| _DISARM| 19.620000| _DISARM| | _ENDDISARM&lt;BR /&gt;MPRINT(ETLS_LOADER): ;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 14:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724538#M19841</guid>
      <dc:creator>Kashishjoker</dc:creator>
      <dc:date>2021-03-17T14:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Table loader oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724539#M19842</link>
      <description>&lt;P&gt;LIBNAME *** ODBC DATAsrc=ODBC SCHEMA=***** USER=*** PASSWORD="*****" INSERTBUFF=32767;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 15:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724539#M19842</guid>
      <dc:creator>Kashishjoker</dc:creator>
      <dc:date>2021-03-08T15:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Table loader oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724827#M19843</link>
      <description>&lt;P&gt;And there is no data set options in your proc append?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two ideas:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;you seem to read one more record than gets inserted. Is there a data problem in that record? What constraints do you have on the oracle table?&lt;/LI&gt;
&lt;LI&gt;You might hit some kind of limit in Oracle, check with your DBA to see if he/she can find anything in the Oracle logs that could help.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 18 Mar 2021 07:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Table-loader-oracle/m-p/724827#M19843</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-03-18T07:01:20Z</dc:date>
    </item>
  </channel>
</rss>

