DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: charser problems

Hybrid View

  1. #1
    Join Date
    Mar 2003
    Location
    Sofia, Bulgaria
    Posts
    64

    charser problems

    I am inporting database on linux box. I have problems with cyrillic characters. The actual data is imported properly but in some of the bodies of the procedures and views instead of normal characters I have ????. Any ideas or someone had similiar problem. Any advice or manuals will be helpfull

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    Make sure the NLS_LANG environment variable is set to the correct character set for cyrillic.

    Windows register:

    HKEY_LOCAL_MACHINE>SOFTWARE>ORACLE>
    Key: NLS_LANG=????

    For Unix, in .profile file add:

    NLS_LANG=????
    export NLS_LANG
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width