home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / oracle / 1152 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  2.3 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. Newsgroups: comp.databases.oracle
  3. From: kjou@us.oracle.com (Kathy Jou)
  4. Subject: Re: National Language Support in ORACLE v.6
  5. Message-ID: <1992Jul28.172537.8294@oracle.us.oracle.com>
  6. Followup-To: kjou@us.oracle.com
  7. Sender: Kathy Jou
  8. Nntp-Posting-Host: hqpyr1.us.oracle.com
  9. Organization: Oracle Corporation, Redwood Shores CA 94065
  10. References: <1992Jul23.132010.2226@rz.uni-karlsruhe.de> <1992Jul28.121659.6252@rz.uni-karlsruhe.de>
  11. Distribution: comp.databases.oracle
  12. Date: Tue, 28 Jul 1992 17:25:37 GMT
  13. X-Disclaimer: This message was written by an unauthenticated user
  14.               at Oracle Corporation.  The opinions expressed are those
  15.               of the user and not necessarily those of Oracle.
  16. Lines: 43
  17.  
  18. In article <1992Jul28.121659.6252@rz.uni-karlsruhe.de> rz34@rz.uni-karlsruhe.de writes:
  19. >In article <1992Jul23.132010.2226@rz.uni-karlsruhe.de> rz34@rz.uni-karlsruhe.de writes:
  20. >>We're using ORACLE version 6.0.34.2.1 on an HP-UX Series 9000/800.
  21. >>
  22. >>I'm trying to get National Language Support to work and can't.
  23. >>I've followed the instructions in the DBA Guide, i.e. I added
  24. >>
  25. >>nls_sort = true
  26. >>germany_germany.WE8HP
  27. >>
  28. >>to init.ora.  Am I using the wrong character set?
  29. >>Can anyone help?  
  30. >>
  31. >>Thanks!
  32. >>Karen
  33. >
  34. >Thanks again to those who replied.  Everyone told me to change
  35. >language=germany_germany.we8hp    
  36. >to
  37. >language=german_germany.we8hp
  38. >
  39. >which I tried.  I also tried different combinations of upper and lower
  40. >case.  Still no luck.  Any other suggestions?
  41. >
  42. >Karen
  43.  
  44. Did you restart the datbabase after making the change to the init{SID}.ora
  45. file?  From sqldba, after you connect internal or to system, issue "show
  46. parameter language".  Does it reflect what you have entered (just in case it
  47. was placed in the wrong init ora file)?
  48.  
  49. In order to receive German error messages, you also need to set the LANGUAGE
  50. environment variable to the same value as language in the init ora file.  The
  51. wrong character set will only limit you to what type of characters you may 
  52. enter, not the language.  The appendix of the DBA guide talks about this in
  53. a little more detail.  Also check for online readme files regarding supported
  54. character sets on HP/UX.
  55.  
  56. Regards,
  57.  
  58. Kathy Jou
  59. Oracle Corporation
  60.  
  61.