<?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 Can ArcSDE for Oracle be configured to use varchar2 (not nvarchar2) for text columns? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267127#M15408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default, ArcSDE 9.3 for Oracle now uses the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;nvarchar2&lt;/SPAN&gt;&lt;SPAN&gt; type for text columns. My app requires an Oracle Text CTXCAT index, which is not supported on &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;nvarchar2&lt;/SPAN&gt;&lt;SPAN&gt; fields. Can ArcSDE be configured to use &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;varchar2&lt;/SPAN&gt;&lt;SPAN&gt; instead?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Apr 2010 15:13:04 GMT</pubDate>
    <dc:creator>NathanielWingfield</dc:creator>
    <dc:date>2010-04-08T15:13:04Z</dc:date>
    <item>
      <title>Can ArcSDE for Oracle be configured to use varchar2 (not nvarchar2) for text columns?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267127#M15408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default, ArcSDE 9.3 for Oracle now uses the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;nvarchar2&lt;/SPAN&gt;&lt;SPAN&gt; type for text columns. My app requires an Oracle Text CTXCAT index, which is not supported on &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;nvarchar2&lt;/SPAN&gt;&lt;SPAN&gt; fields. Can ArcSDE be configured to use &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;varchar2&lt;/SPAN&gt;&lt;SPAN&gt; instead?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 15:13:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267127#M15408</guid>
      <dc:creator>NathanielWingfield</dc:creator>
      <dc:date>2010-04-08T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Can ArcSDE for Oracle be configured to use varchar2 (not nvarchar2) for text columns?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267128#M15409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes -- &lt;/SPAN&gt;&lt;A href="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=36459"&gt;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=36459&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 15:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267128#M15409</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2010-04-08T15:40:08Z</dc:date>
    </item>
    <item>
      <title>Can ArcSDE for Oracle be configured to use varchar2 (not nvarchar2) for text columns?</title>
      <link>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267129#M15410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked great, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 16:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267129#M15410</guid>
      <dc:creator>NathanielWingfield</dc:creator>
      <dc:date>2010-04-08T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can ArcSDE for Oracle be configured to use varchar2 (not nvarchar2) for text colu</title>
      <link>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267130#M15411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That worked great, thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an older post, so hopefully you still get emails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a ctxcat index on our stuff too.&amp;nbsp;&amp;nbsp; Two questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)With CTXCAT indexes you don't have to do ctx_ddl.sync_indexes because they are done automatically during DML operations.&amp;nbsp;&amp;nbsp; However, Oracle documentation states:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Applications that insert without invoking triggers such as SQL*Loader will not result in automatic index synchronization as described....&lt;/SPAN&gt;&lt;SPAN&gt;"&amp;nbsp;&amp;nbsp; I am inserting into the table (non-versioned) with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcObjects code.&amp;nbsp;&amp;nbsp; Do you reckon ArcObjects inserts will still allow the auto synch, or will I have to do it manually?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; Do you run ctx_ddl.optimize_index?&amp;nbsp;&amp;nbsp; Again, if the CTXCAT index syncs automatically, do you have to run optimize?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bill&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 17:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-arcsde-for-oracle-be-configured-to-use/m-p/267130#M15411</guid>
      <dc:creator>BillHarvey</dc:creator>
      <dc:date>2012-06-28T17:34:15Z</dc:date>
    </item>
  </channel>
</rss>

