home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / oracle / 2931 < prev    next >
Encoding:
Text File  |  1993-01-24  |  2.3 KB  |  52 lines

  1. Newsgroups: comp.databases.oracle
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!ml.csiro.au!solaris!jstander
  3. From: jstander@ml.csiro.au (Jeff Stander)
  4. Subject: Re: Export/Import to tape?
  5. Message-ID: <1993Jan24.223932.4206@ml.csiro.au>
  6. Sender: news@ml.csiro.au
  7. Reply-To: jstander@ml.csiro.au
  8. Organization: CSIRO Marine Laboratories
  9. References: <1993Jan22.200037.1902@spectrum.xerox.com>
  10. Date: Sun, 24 Jan 1993 22:39:32 GMT
  11. Lines: 39
  12.  
  13. In article 1902@spectrum.xerox.com, rdutc@sarek.xerox (Ray Dutcher) writes:
  14. > Compressing the export through a named pipe worked great and I did the
  15. > reverse fine without any loss of data.  I also did this with success on
  16. > data files (ie. a physical backup).  Thanks for the info.  Just to
  17. > check I called Oracle Support to see if they were familiar with this
  18. > technique and they said that they know of customers who do this but
  19. > they know that some customers have experienced a loss of data when
  20. > using the UNIX compress/uncompress command and that Oracle will not
  21. > support this technique. I also used compress in the past on exports to
  22. > transfer a database to another machine over my network and also had
  23. > zero problems.> 
  24.  
  25. > Before I put this technique into a production system I would like to
  26. > know if anyone has experienced the "data loss" that Oracle Support
  27. > mentioned? and if so please state your Oracle version and OS when
  28. > replying.
  29.  
  30. > FYI, here's the technique I'm referring to:
  31. > (1) Compressing export to disk
  32. >    mknod ora_export.dmp p
  33. >    nohup compress < ora_export.dmp > ora_export.dmp.Z &
  34. >    exp / ...... file=ora_export.dmp
  35. >    
  36. >    This lets you compress on the fly without using any disk (well,
  37. >    you will use 4 disk blocks or the size of a pipe).
  38.  
  39. I have used this technique for years and have not experienced any
  40. data losses with UNIX compress.
  41.  
  42. ---
  43. ___________________________________________________________________________
  44.  
  45. Jeff.Stander@ml.csiro.au        _--_|\        Database Analyst
  46. CISRO Division Of Fisheries    /      \       Pelagic Fisheries Resources
  47. GPO Box 1538, Hobart           \_.--._/       Tasmania 7001, Australia
  48. Aus Tel: 002-206-206                 v        Intl Tel: +61-02-206-206
  49. Aus Fax: 002-240-530                          Intl Fax: +61-02-240-530
  50. ___________________________________________________________________________
  51.  
  52.