home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / oracle / 1296 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  2.5 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!sdd.hp.com!usc!sol.ctr.columbia.edu!ira.uka.de!uni-heidelberg!rz.uni-karlsruhe.de!hp850.rz.uni-karlsruhe.de!rz34
  2. From: rz34@hp850.rz.uni-karlsruhe.de (Schillinger)
  3. Newsgroups: comp.databases.oracle
  4. Subject: National Language Support troubles
  5. Message-ID: <1992Aug14.141837.14649@rz.uni-karlsruhe.de>
  6. Date: 14 Aug 92 14:18:37 GMT
  7. Sender: usenet@rz.uni-karlsruhe.de (USENET News System)
  8. Reply-To: rz34@rz.uni-karlsruhe.de
  9. Organization: University of Karlsruhe, Germany
  10. Lines: 52
  11.  
  12. I'm *still* working on getting that National Language Support running
  13. properly.
  14.  
  15. We're running ORACLE v.6.0.34.2.1 and on a HP/UX 9000 Series 800.
  16.  
  17. The problem is getting the Umlauts and other special characters to
  18. appear correctly on all four of our terminal types: xterm, hpterm,
  19. vt100, and vt220.  WE8HP works on hpterm and WE8DEC works on the other
  20. three.  
  21.  
  22. I set LANGUAGE=German_Germany.WE8DEC in init.ora, but I'd like the 
  23. characters to appear correctly on hpterm too!  
  24. Then I put the following if/then into my .profile to check on the terminal type
  25. and access the correct message files for ORACLE **utilities**:
  26.  
  27. if [ $TERM = hpterm ]
  28. then export LANGUAGE=German_Germany.WE8HP
  29. else export LANGUAGE=German_Germany.WE8DEC
  30. fi
  31.  
  32. The if/then works fine.  Which means vt220 and vt100 work fine.  (I'm
  33. not sure about xterm because of the second problem.  See below.)  But
  34. on hpterm in sqlplus, the Umlauts don't appear, the result of init.ora
  35. LANGUAGE being set to WE8DEC, which it doesn't like.  However, since I 
  36. reset the LANGUAGE in my .profile for utilities the Umlauts appear 
  37. correctly in hpterm Forms, etc.
  38.  
  39. So, the question is:  Is it possible to put a similar if/then in my
  40. init.ora to check on the terminal type and set the ORACLE instance
  41. LANGUAGE depending on what the terminal type is??
  42.  
  43. Now, to the second problem:  When I try to run the msqlforms30 on
  44. xterm or hpterm, I get only the following messages:
  45.  
  46. (it only comes in German now so I'll try to translate it as best I can)
  47.  
  48. Can't access help resource file.
  49. Can't initialize the IAD application.
  50.  
  51. I assume the second error is due to the first and the first looks
  52. ** to me ** as if it occurs because a file is missing.  But I checked
  53. in the manual and seem to have all the right filesr (iad,iap,iac,iag,
  54. typ,ifp in forms30/mesg/).  The same error message comes when I try to
  55. run msqlmenu50, but I don't know what message files are supposed to be
  56. there for Menu.
  57.  
  58. Has anyone had any experience with these two problems in NLS?
  59.  
  60. I'd appreciate any help.  Thanks in advance!
  61.  
  62. Karen
  63. rz34@hp850.rz.uni-karlsruhe.de
  64.