home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / oracle / 2725 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.0 KB

  1. Path: sparky!uunet!hayes!fgreene
  2. From: fgreene@hayes.com
  3. Newsgroups: comp.databases.oracle
  4. Subject: Re: How to do audit trail in Oracle 6
  5. Message-ID: <6634.2b4d3454@hayes.com>
  6. Date: 8 Jan 93 07:59:16 EDT
  7. References: <1993Jan7.200617.4189@netcom.com>
  8. Organization: Hayes Microcomputer Products, Norcross, GA
  9. Lines: 33
  10.  
  11. In article <1993Jan7.200617.4189@netcom.com>, sjs@netcom.com (Stephen Schow) writes:
  12. > Anyone have any insights on the best way to implement an audit trail under
  13. > Oracle 6?
  14. > Under Oracle7 it will be easy to set up RDBMS level triggers to automatically
  15. > add transactions to an audit trail table whenever any transactions are made
  16. > against the regular table.  
  17. > Absolutely any ideas or insights will be appreciated.
  18. > Thanks in advance
  19. > -- 
  20. > ------------------------------------------------------------------
  21. > Steve Schow    | But you don't have to use the claw, if you
  22. > sjs@netcom.com | pick the pear with the big paw paw......
  23. > (415) 354-4908 | Have I given you a clue......?
  24. >                |                       - Baloo the Bear
  25. > ------------------------------------------------------------------
  26.  
  27. Why not just add a post-insert trigger to each of the form blocks that copy
  28. all / part of the data to an audit table?
  29.  
  30.  ----------------------------------------------------------------------------
  31.  |      Frank Greene                  |          //////  //////             |
  32.  |      DELPHI SYSTEMS, Inc.          |           ////    ////              |
  33.  |      Telephone [615] 458-6032      |          ////    ////  //////       |
  34.  |      Compuserve 74200,427          |         ////    ////    ////        |
  35.  |      324 Ootsima Way               |        ////    ////    ////         |
  36.  |      Loudon, TN 37774              |       //////  //////  //////        |
  37.  ----------------------------------------------------------------------------
  38.  |         Of course, any opinions or suggestions are strictly my own       |
  39.  ----------------------------------------------------------------------------
  40.  
  41.