Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    Oracle Server

    Oracle unicode export/import


    I'm trying to migrate data from Oracle to SQL-Server. My client's
    existing supplier has given them an Orcale extract. I've imported it
    into my 10g instance but see instead of any extended ASCII accented
    characters.

    My instance was set up with US7ASCII character set and UTF8 national
    character set.
    (wizard didn't have an option for US7ASCII or similar just UTF16).

    Import process gives this output:
    --------------------------------------------------------------------------- ---------------------------------------------------
    Connected to: Oracle Database 10g Enterprise Edition Release
    10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V08.01.07 via conventional path

    Warning: the objects were exported by XXX, not by you
    import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
    import server uses US7ASCII character set (possible charset
    conversion)

    export client uses US7ASCII character set (possible charset
    conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset
    conversion)
    . importing XXX's objects into XXX
    . . importing table                     "TABLE"     1000 rows imported

    About to enable constraints...
    Import terminated successfully without warnings.
    --------------------------------------------------------------------------- ---------------------------------------------------

    Can anyone tell me where I'm going wrong please? I have looked at the
    existing application, powered by the database that has been exported,
    and it shows accented characters fine.

    Is it possible for me to import this or do I need to ask them to
    export it differently?

    Thanks,
    Andrew

    "Andrew" <a@hotmail.com> a crit dans le message de news:
    1178629287.785801.100@h2g2000hsg.googlegroups.com...
    I'm trying to migrate data from Oracle to SQL-Server. My client's
    existing supplier has given them an Orcale extract. I've imported it
    into my 10g instance but see instead of any extended ASCII accented
    characters.

    My instance was set up with US7ASCII character set and UTF8 national
    character set.
    (wizard didn't have an option for US7ASCII or similar just UTF16).

    Import process gives this output:
    --------------------------------------------------------------------------- ---------------------------------------------------
    Connected to: Oracle Database 10g Enterprise Edition Release
    10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V08.01.07 via conventional path

    Warning: the objects were exported by XXX, not by you
    import done in WE8MSWIN1252 character set and UTF8 NCHAR character set
    import server uses US7ASCII character set (possible charset
    conversion)

    export client uses US7ASCII character set (possible charset
    conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset
    conversion)
    . importing XXX's objects into XXX
    . . importing table                     "TABLE"     1000 rows imported

    About to enable constraints...
    Import terminated successfully without warnings.
    --------------------------------------------------------------------------- ---------------------------------------------------

    Can anyone tell me where I'm going wrong please? I have looked at the
    existing application, powered by the database that has been exported,
    and it shows accented characters fine.

    Is it possible for me to import this or do I need to ask them to
    export it differently?

    Thanks,
    Andrew

    Try :
    set NLS_LANG=AMERICAN_AMERICA.US7ASCII
    befor you import

    -----------------------------------------------Reply-----------------------------------------------

    On May 8, 8:01 am, Andrew <a@hotmail.com> wrote:

    The 'problem' stems from using a subset of WE8MSWIN1252 in your
    destination database (US7ASCII); any characters which correctly
    display in US7ASCII will also display properly in WE8MSWIN1252,
    however the converse is not true as you've discovered.  You need to
    change the characterset for your destination database to WE8MSWIN1252
    to allow all characters stored in your source database to be viewable
    in your destination.  As WE8MSWIN1252 is a superset of US7ASCII (as I
    explained earlier) you should have no conversion issues when you
    change charactersets.

    As you're using some release of 10g you should read this link:

    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14225/c...

    It discusses how to change a character set after a database has been
    created.

    David Fitzjarrell

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc