home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2706 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.7 KB  |  47 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!rde!andy
  3. From: andy@homebase.vistachrome.com (Andy Finkenstadt)
  4. Subject: Re: shutdown on SGI
  5. Message-ID: <1993Jan7.043608.11676@homebase.vistachrome.com>
  6. Reply-To: andy@homebase.vistachrome.com
  7. Organization: Vista-Chrome Incorporated
  8. References: <1993Jan6.140046.28334@nsisrv.gsfc.nasa.gov>
  9. Date: Thu, 7 Jan 1993 04:36:08 GMT
  10. Lines: 35
  11.  
  12. joefw@eosdev1.gsfc.nasa.gov (Joe Fulson-Woytek) writes:
  13. >Has anyone else seen and/or have suggestions for avoiding the following 
  14. >problem?:  We are running Oracle on an SGI under IRIX 4.0.  When we try to
  15. >shutdown oracle while a process is running sqlplus, the shutdown 
  16. >procedure halts.  We would prefer the shutdown to continue without caring
  17. >if someone is currently connected.  Any suggestions?
  18. >Thanks.
  19. >Joe Fulson-Woytek
  20. >Code 902/Goddard DAAC
  21. >NASA/Goddard Space Flight Center
  22. >joefw@eosdev1.gsfc.nasa.gov  
  23.  
  24. The sqldba command option 'immediate' will shut down the oracle
  25. database cleanly immediately.  There is also the 'abort' option,
  26. but I recommend it NOT be used except when the actual database
  27. is stuck open perhaps because SMON or PMON has died back when
  28. Oracle 6 wasn't so stable.
  29.  
  30. SQLDBA> shutdown immediate
  31. Database unmounted.
  32. Oracle instance shutdown.
  33. SQLDBA> exit
  34.  
  35. A shutdown abort doesn't unmount the database, forcing instance 
  36. recovery the next time the database is started up.
  37.  
  38. -Andy
  39.  
  40.  
  41. -- 
  42. Andrew Finkenstadt, Vista-Chrome, Inc., Homes & Land Publishing Corporation
  43. GEnie Unix RoundTable Manager, andy@vistachrome.com, andy@genie.geis.com.
  44.  
  45. "[The author] neither accidentally nor intentionally omits or includes 
  46. anything that could support a preconceived thesis." - C&EN 21-DEC-92 p.72
  47.