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

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!sgiblab!munnari.oz.au!bruce.cs.monash.edu.au!monu6!escargot!otto!dtb
  2. From: dtb@otto (David Bath)
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: Oracle delta
  5. Message-ID: <dtb.721034078@otto>
  6. Date: 6 Nov 92 07:14:38 GMT
  7. References: <1992Oct28.172223.11805@aio.jsc.nasa.gov> <1992Oct31.091038.1@us.oracle.com>
  8. Organization: RMIT Computer Centre
  9. Lines: 33
  10. NNTP-Posting-Host: otto.bf.rmit.oz.au
  11.  
  12. sstephen@us.oracle.com writes:
  13.  
  14. >In article <1992Oct28.172223.11805@aio.jsc.nasa.gov>, russell@gothamcity.uucp (Russell Sellers [GHG]) writes:
  15. >> 
  16. >> I have a question about the way oracle keeps track of the transactions
  17. >> that occurr during the day. I know that if I do a transaction then I can roll
  18. >> it back as long as a commit wasn't performed. Is there something like this
  19. >> that would allow me to rollback everything that occured during a say.
  20. >> What I am trying to find out is there some way to keep track of database
  21. >> delta's for each day. If there is can this file be parsed by a different
  22. >> program to produce some type of summary report.
  23. >-- 
  24. >What you would need to do this is a "redo log/archive file parser".  Such a
  25. >utility is not avaialable to the public, (although I'm sure the developers
  26. >should have written one).  Since the information in those files would reveal a
  27. >lot about Oracle's internal secrets as well as invalidate all database
  28. >security, I doubt such a utility will ever exist in the near future.
  29.  
  30. Well folks, I know that Ingres had a similar facility that listed transaction
  31. numbers, times, table, rowid (called a tid in ingres) and even before and
  32. after values !
  33.  
  34. This was using Ingres v5 under VMS back in late 1987.
  35.  
  36. This let you then decide to roll back to a specific time or transaction number.
  37.  
  38. What about it, Oracle ?
  39.  
  40. -- 
  41. David T. Bath
  42. email:     dtb@otto.bf.rmit.oz.au
  43. Work:     Global Technology Corporation, Carlton, Vic, OZ  (03) 3477511
  44. #include <disclaimer.h>
  45.