home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / oracle / 2144 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.5 KB  |  58 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!rde!andy
  3. From: andy@homebase.vistachrome.com (Andy Finkenstadt)
  4. Subject: Re: Anyone Else Having Major Problems with SQL*Menu Core Dumping?
  5. Message-ID: <1992Nov6.171105.21776@homebase.vistachrome.com>
  6. Reply-To: andy@homebase.vistachrome.com
  7. Organization: Vista-Chrome Incorporated
  8. References: <1992Nov5.165635.13846@cbfsb.cb.att.com>
  9. Date: Fri, 6 Nov 1992 17:11:05 GMT
  10. Lines: 46
  11.  
  12. Known problem if only you talk to the UNIX people, not the TOOLS
  13. people.  Go into the makefile for sqlmenu5 ($ORACLE_HOME/menu5/lib)
  14.  
  15. -rw-r--r--   1 oracle   dba        10196 Oct 30 14:14 sqlmenu5.mk
  16.  
  17. and find the line that contains "-lmalloc".  REMOVE just the "-lmalloc"
  18. part leaving behind the remainder of the libraries specified.  Now 
  19. relink and install Sql*Menu 5.0 by running (as user oracle) "update install"
  20.   $ cd $ORACLE_HOME/install
  21.   $ oracle.install menu5
  22.  
  23. Have everyone quit from sqlmenu50/runmenu50 before this, though,
  24. and make sure you have about 15 megabytes free where /usr/oracle lives.
  25.  
  26. -andy
  27.  
  28.  
  29. sbrenner@cbnewsb.cb.att.com (scott.d.brenner) writes:
  30. >I'm running SQL*Menu 5.0.11.3.1 on a 386 box with Interactive UNIX
  31. >System 5, Release 4.0, Version 3.0.  My RDBMS is 6.0.33.1.2.  I'm
  32. >having a lot of problems with sql*menu core dumping.  The main problem
  33. >is that runmenu50 core dumps when I hit the [Exit] key (I'm running
  34. >a vt100 emulation and have no problems with SQL*Forms).  It also dumps
  35. >if I hit the [Application Menu] key.
  36. >
  37. >The technical support people seem to be clueless.  They just keep 
  38. >chanting their mantra "you should upgrade."  I'm getting a little
  39. >tired of this attitude of dealing with buggy versions of their products
  40. >by telling their customers just to upgrade.  It's often inconvenient,
  41. >difficult, or impossible for us to upgrade.  Many times installing a
  42. >newer version of something to solve one problem introduces five new
  43. >problems.
  44. >
  45. >Has anyone else run into difficulties with SQL*Menu?  If so, do you
  46. >have any hints or tips that would be useful?  
  47. >
  48. >While I'm waiting (over a day, now) for Oracle technical support to
  49. >figure out what's wrong, I'm turning to the net for help.  People here
  50. >often seem to know their products and problems better than Oracle
  51. >does.
  52. >
  53. -- 
  54. Andrew Finkenstadt, Vista-Chrome, Inc., Homes & Land Publishing Corporation
  55. GEnie Unix RoundTable Manager, andy@vistachrome.com, andy@genie.geis.com.
  56.   Send mail to ora-request@vistachrome.com to join Unix, CASE, and 
  57.   Desktop Oracle RDBMS Database discussions.
  58.