home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / oracle / 2643 < prev    next >
Encoding:
Text File  |  1992-12-28  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!usc!cs.utexas.edu!sdd.hp.com!saimiri.primate.wisc.edu!ames!elroy.jpl.nasa.gov!swrinde!network.ucsd.edu!qualcom.qualcomm.com!doc!kpalm
  3. From: kpalm@doc.qualcomm.com (Kent Palm)
  4. Subject: Re: Monday Morning Blues?
  5. Message-ID: <kpalm.725571293@doc>
  6. Sender: news@qualcomm.com
  7. Nntp-Posting-Host: doc.qualcomm.com
  8. Organization: Qualcomm, Inc., San Diego, CA
  9. References: <1992Dec28.181625.9736@netcom.com>
  10. Date: Mon, 28 Dec 1992 19:34:53 GMT
  11. Lines: 22
  12.  
  13. sjs@netcom.com (Stephen Schow) writes:
  14.  
  15. >We reboot our UNIX Oracle Server every weekend.  Every monday morning, all
  16. >of our Oracle users complain about unusually slow performance.  Anyone have
  17. >any clues why?  After a few hours it usually speeds up again, but the first 
  18. >few hours of monday are slower than molasses(sp).
  19.  
  20.  
  21. >-- 
  22. >------------------------------------------------------------------
  23. >Steve Schow    | But you don't have to use the claw, if you
  24. >sjs@netcom.com | pick the pear with the big paw paw......
  25. >(415) 354-4908 | Have I given you a clue......?
  26. >               |                       - Baloo the Bear
  27. >------------------------------------------------------------------
  28.  
  29. If you have a large SGA, then you may have all of your data in memory.
  30. When you shut down the database, memory contents are lost.  The next time
  31. the users request database information, a physical read (i.e., from disk)
  32. must occur.  To get around this problem, you could write a routine to
  33. bring in you most popular tables after database startup.  Not only is data
  34. stored in the SGA, but also dictionary header information.
  35.