<?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: Using sdeimport will generate mojibake in Oracle 11g in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/using-sdeimport-will-generate-mojibake-in-oracle/m-p/160194#M8953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First off, that website is in violation of copyright law -- Even old documentation, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in fact, especially old documentation is not "public".&amp;nbsp; Second, ancient documentation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; doesn't apply to modern software (and 8.3 SQL-Server variables don't apply to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle ArcSDE clients).&amp;nbsp; Third, Oracle is quirky when it comes to international &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;character support -- you're probably missing a number of environment variables,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in both ArcSDE instances, before this transfer will work (and that assumes that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the database was originally instantiated with a character set which is compatible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with your target).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What character set did you use with your servers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How is the NLS_LANG variable set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using an application server or Direct Connect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the souirce database contain properly encoded UTF-8 or UTF-16 strings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 10:13:54 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2014-01-22T10:13:54Z</dc:date>
    <item>
      <title>Using sdeimport will generate mojibake in Oracle 11g</title>
      <link>https://community.esri.com/t5/data-management-questions/using-sdeimport-will-generate-mojibake-in-oracle/m-p/160193#M8952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am doing a data conversation from &lt;/SPAN&gt;&lt;STRONG&gt;ArcSDE 9.0 Oracle9i&amp;nbsp; Build 325&lt;/STRONG&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;STRONG&gt;ArcSDE 10.1&amp;nbsp; for Oracle11g Build 679&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I run the following command with sde9.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set SDE_SQLCHARSET=big5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sdeexport -o create -t BLDG -f BLDG.sdeexp -s 10.5.1.26 -u xxx -p xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and then run the following in sde 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set SDE_SQLCHARSET=big5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sdetable -o delete -t BLDG -u xxx -p xxx -N&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sdeimport -o create -t BLDG -f BLDG.sdeexp -u xxx-p xxx&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, all the chinese characters are incorrect(mojibake) in database, please advice, thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: for the set SDE_SQLCHARSET=big5, please refer to page 71 - 73&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.zmuc.dk/public/GIS-intro/Litteratur/ESRIdigitalBooks/config_tuning_guide_SQLServer.pdf"&gt;http://www.zmuc.dk/public/GIS-intro/Litteratur/ESRIdigitalBooks/config_tuning_guide_SQLServer.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 08:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-sdeimport-will-generate-mojibake-in-oracle/m-p/160193#M8952</guid>
      <dc:creator>StephenLam</dc:creator>
      <dc:date>2014-01-22T08:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using sdeimport will generate mojibake in Oracle 11g</title>
      <link>https://community.esri.com/t5/data-management-questions/using-sdeimport-will-generate-mojibake-in-oracle/m-p/160194#M8953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First off, that website is in violation of copyright law -- Even old documentation, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in fact, especially old documentation is not "public".&amp;nbsp; Second, ancient documentation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; doesn't apply to modern software (and 8.3 SQL-Server variables don't apply to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle ArcSDE clients).&amp;nbsp; Third, Oracle is quirky when it comes to international &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;character support -- you're probably missing a number of environment variables,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; in both ArcSDE instances, before this transfer will work (and that assumes that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the database was originally instantiated with a character set which is compatible&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with your target).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What character set did you use with your servers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How is the NLS_LANG variable set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using an application server or Direct Connect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does the souirce database contain properly encoded UTF-8 or UTF-16 strings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; - V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 10:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/using-sdeimport-will-generate-mojibake-in-oracle/m-p/160194#M8953</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2014-01-22T10:13:54Z</dc:date>
    </item>
  </channel>
</rss>

