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

  1. Path: sparky!uunet!oracle!unrepliable!bounce
  2. Newsgroups: comp.databases.oracle
  3. From: kjou@us.oracle.com (Kathy Jou)
  4. Subject: Re: Oracle Backup
  5. Message-ID: <1992Jul22.182710.25444@oracle.us.oracle.com>
  6. Sender: Kathy Jou
  7. Nntp-Posting-Host: hqpyr1.us.oracle.com
  8. Organization: Oracle Corporation, Redwood Shores CA 94065
  9. References: <45406@shamash.cdc.com>
  10. Date: Wed, 22 Jul 1992 18:27:10 GMT
  11. X-Disclaimer: This message was written by an unauthenticated user
  12.               at Oracle Corporation.  The opinions expressed are those
  13.               of the user and not necessarily those of Oracle.
  14. Lines: 38
  15.  
  16. In article <45406@shamash.cdc.com> ldh@svl.cdc.com (Lawrence D. Hare) writes:
  17. >Given that most of us live on the edge of total neurosis due to the
  18. >pressures of backup, I have been elected to look into the problems of
  19. >database backup and Oracle in particular. To this end I have a few
  20. >questions:
  21. >
  22. >1) How do you back up Oracle databases today?
  23. >
  24. >2) What can be done to make it better?
  25. >
  26. >3) What is the ideal solution?
  27. >
  28. >All help is appreciated.
  29. >--
  30. >Lawrence D. Hare       Control Data - Silicon Valley Operations
  31. >Consultant             Voice: (408) 496 4339 - C/N [234] 4339
  32. >ldh@svl.cdc.com        Mail: SVLa60  FAX: (408) 496-4106
  33.  
  34. Chapter 15, Backup and Recovery, of the DBA Guide will introduce you to 
  35. different types of backups: export, cold backup (database shutdown), and hot
  36. backup (database running, tablespace in backup mode).  The type of backup to
  37. use depends on the availability of the database.  If this is a 24 hour shop,
  38. then hot backups make the most sense.  If the database is not used at night,
  39. then nightly exports or cold backups are reasonable.  A cold or hot backup 
  40. involves physically copying the Oracle datafiles (control and log files also) 
  41. to another location (tape or spare disk).  On UNIX systems, DBAs often tar or
  42. cpio the files to tape.  Other systems have utilities that may be used to
  43. backup files on the machine to tape or another directory.
  44.  
  45. Backup strategies should be very carefully thought out and thoroughly tested
  46. because it could make life much easier when a database recovery must be 
  47. performed.  There is no ideal solution to backups.  You will need to determine 
  48. a solution/stategy that will be the most beneficial to your company.
  49.  
  50.  
  51. Kathy Jou
  52. Oracle Corporation
  53.  
  54.