<?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 Errors in converting column / Oracle type (ArcSDE log) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375775#M21323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are getting following errors in our ArcSDE 9.2 SP6 (sorry, had a typo!) on Oracle 10gR2 DBMS log file, have no idea what they mean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions, ideas for its causes or what to analyze to get more clues what is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
db_map_dbms_to_sde_type::Error in converting Oracle type = 188
db_describe_select::Error converting column 8
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 9
db_map_dbms_to_sde_type::Error in converting Oracle type = 8
db_describe_select::Error converting column 12
db_map_dbms_to_sde_type::Error in converting Oracle type = 8
db_describe_select::Error converting column 3
db_map_dbms_to_sde_type::Error in converting Oracle type = 188
db_describe_select::Error converting column 6
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 3
db_map_dbms_to_sde_type::Error in converting Oracle type = 187
db_describe_select::Error converting column 4
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 58
db_map_dbms_to_sde_type::Error in converting Oracle type = 190
db_describe_select::Error converting column 2&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:23:47 GMT</pubDate>
    <dc:creator>DejanGregor</dc:creator>
    <dc:date>2021-12-12T16:23:47Z</dc:date>
    <item>
      <title>Errors in converting column / Oracle type (ArcSDE log)</title>
      <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375775#M21323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are getting following errors in our ArcSDE 9.2 SP6 (sorry, had a typo!) on Oracle 10gR2 DBMS log file, have no idea what they mean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions, ideas for its causes or what to analyze to get more clues what is going on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
db_map_dbms_to_sde_type::Error in converting Oracle type = 188
db_describe_select::Error converting column 8
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 9
db_map_dbms_to_sde_type::Error in converting Oracle type = 8
db_describe_select::Error converting column 12
db_map_dbms_to_sde_type::Error in converting Oracle type = 8
db_describe_select::Error converting column 3
db_map_dbms_to_sde_type::Error in converting Oracle type = 188
db_describe_select::Error converting column 6
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 3
db_map_dbms_to_sde_type::Error in converting Oracle type = 187
db_describe_select::Error converting column 4
db_map_dbms_to_sde_type::Error in converting Oracle type = 23
db_describe_select::Error converting column 58
db_map_dbms_to_sde_type::Error in converting Oracle type = 190
db_describe_select::Error converting column 2&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375775#M21323</guid>
      <dc:creator>DejanGregor</dc:creator>
      <dc:date>2021-12-12T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in converting column / Oracle type (ArcSDE log)</title>
      <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375776#M21324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you can't find an Oracle doc listing the dataypes associated with type codes (and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't in a cursory search), then you'll need to check the log file after running &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'sdetable -o describe' on each table to track down which tables are generating those &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;messages.&amp;nbsp; It's likely they're LOB types or unsupported date/time variants.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Which version of Oracle 10g are you using? 10.2.0.1 has enough known issues, that &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this could be related to that (10.2.0.1 is unsupported -- 10.2.0.3 is the minimum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;supported release, and 10.2.0.4 requires ArcSDE 9.2 SP5 or higher).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;9.2 SP2 is over three years old; if you want your ArcSDE to run with the fewest issues, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you should try to apply service packs within six months of their release.&amp;nbsp; Even SP6 is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;now more than a year old, so you really ought to get your 9.2 to SP6 with the post-SP6 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;patch (performance issue on connect from Desktop) as soon as possible, and start looking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to get 9.3.1sp2 and/or 10.0 installed in the coming months.&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>Tue, 17 Aug 2010 11:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375776#M21324</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-08-17T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in converting column / Oracle type (ArcSDE log)</title>
      <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375777#M21325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will do the testing with the 'sdetable -o describe' command and report back. It is running on Oracle 10.2.0.3 with patch 27 on Unix (sun Solaris). ArcSDE is 9.2 with SP6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dejan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 12:32:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375777#M21325</guid>
      <dc:creator>DejanGregor</dc:creator>
      <dc:date>2010-08-17T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in converting column / Oracle type (ArcSDE log)</title>
      <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375778#M21326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the magic search term that led me to the right directory for OCI include files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="font-family:Courier New;"&gt; 8 = SQLT_LNG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* long */&lt;/SPAN&gt;
&lt;SPAN style="font-family:Courier New;"&gt;23 = SQLT_BIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* binary data(DTYBIN) */&lt;/SPAN&gt;
&lt;SPAN style="font-family:Courier New;"&gt;187 = SQLT_TIMESTAMP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* TIMESTAMP */&lt;/SPAN&gt;
&lt;SPAN style="font-family:Courier New;"&gt;188 = SQLT_TIMESTAMP_TZ /* TIMESTAMP WITH TIME ZONE */&lt;/SPAN&gt;
&lt;SPAN style="font-family:Courier New;"&gt;190 = SQLT_INTERVAL_DS&amp;nbsp; /* INTERVAL DAY TO SECOND */&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we've got two generic binary types and three time types with no mapping to the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;supported ArcSDE type list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may be able to use a customized view to remap those types to something that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcSDE will know how to decode.&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>Sat, 11 Dec 2021 17:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375778#M21326</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2021-12-11T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in converting column / Oracle type (ArcSDE log)</title>
      <link>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375779#M21327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Vincent,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you are wonderful! Thank you, you pointed me on the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dejan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 06:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/errors-in-converting-column-oracle-type-arcsde-log/m-p/375779#M21327</guid>
      <dc:creator>DejanGregor</dc:creator>
      <dc:date>2010-08-18T06:27:53Z</dc:date>
    </item>
  </channel>
</rss>

