<?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: SeRow setClob Method in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635741#M35932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CLOB support was relatively immature at 9.2, especially before the first few service packs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably want to try using a modern client (ideally, 9.3.1sp2) with the older server, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just to see if the Java API works with CLOBs at all (if not try again with a 9.3 instance). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I load CLOBs in 9.3.1 servers all the time with the 'C' API, but don't have much reason &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jan 2011 16:29:07 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2011-01-21T16:29:07Z</dc:date>
    <item>
      <title>SeRow setClob Method</title>
      <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635738#M35929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the Java API and attempting to call SeRow's setClob method while inserting a new row in a table in an Oracle 9i database, but I'm having issues.&amp;nbsp; The text that appears in the table is unreadable either in ArcMap or in SQL*Plus.&amp;nbsp; There is definitely something there, but it all shows up as upside-down question marks.&amp;nbsp; I would guess this to be an encoding issue, but I'm not sure how to proceed.&amp;nbsp; I've tried specifying an ASCII encoding in the String.getBytes method that I'm using to generate the ByteArrayInputStream that gets passed to setClob(), but it doesn't seem to make any difference.&amp;nbsp; The database NLS_CHARACTERSET is WE8ISO8859P15.&amp;nbsp; Any assistance or tips that anyone can provide would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 13:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635738#M35929</guid>
      <dc:creator>JasonPiasecki</dc:creator>
      <dc:date>2011-01-21T13:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: SeRow setClob Method</title>
      <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635739#M35930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version and service pack are using for ArcSDE Server, ArcGIS Desktop, and the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A SE_CLOB_TYPE is just a larger-than-VARCHAR string type.&amp;nbsp; Does a subset of your string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;properly encode in a SE_STRING_TYPE column?&amp;nbsp; If not, then you'll need to work through&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;character set issues first.&amp;nbsp; I only use AL32UTF8 character set, just in case I need to store&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;non-ASCII7 data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 14:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635739#M35930</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-01-21T14:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: SeRow setClob Method</title>
      <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635740#M35931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcDesktop: 9.3 Service Pack 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE API: 9.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE Server: 9.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been storing a subset of the string in a VARCHAR2 column and it stores just fine, displays just fine in ArcMap.&amp;nbsp; If I bypass the SDE API and update the record using an Oracle Clob with setAsciiStream(), it also turns out OK, but I'd rather not do that, we'd like to go through SDE for everything.&amp;nbsp; Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635740#M35931</guid>
      <dc:creator>JasonPiasecki</dc:creator>
      <dc:date>2011-01-21T15:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: SeRow setClob Method</title>
      <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635741#M35932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CLOB support was relatively immature at 9.2, especially before the first few service packs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You probably want to try using a modern client (ideally, 9.3.1sp2) with the older server, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just to see if the Java API works with CLOBs at all (if not try again with a 9.3 instance). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I load CLOBs in 9.3.1 servers all the time with the 'C' API, but don't have much reason &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to use Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 16:29:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635741#M35932</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-01-21T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: SeRow setClob Method</title>
      <link>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635742#M35933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good to know.&amp;nbsp; We're actually in the process of migrating to a new DB/ArcSDE server, so I'll give it a try on that machine in a few days.&amp;nbsp; I'll update this thread at that time just in case there's someone else out there with a similiar problem someday.&amp;nbsp; Thanks very much for your advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 16:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/serow-setclob-method/m-p/635742#M35933</guid>
      <dc:creator>JasonPiasecki</dc:creator>
      <dc:date>2011-01-21T16:37:00Z</dc:date>
    </item>
  </channel>
</rss>

