home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!hayes!fgreene
- From: fgreene@hayes.com
- Newsgroups: comp.databases.oracle
- Subject: Re: How to do audit trail in Oracle 6
- Message-ID: <6634.2b4d3454@hayes.com>
- Date: 8 Jan 93 07:59:16 EDT
- References: <1993Jan7.200617.4189@netcom.com>
- Organization: Hayes Microcomputer Products, Norcross, GA
- Lines: 33
-
- In article <1993Jan7.200617.4189@netcom.com>, sjs@netcom.com (Stephen Schow) writes:
- > Anyone have any insights on the best way to implement an audit trail under
- > Oracle 6?
- >
- > Under Oracle7 it will be easy to set up RDBMS level triggers to automatically
- > add transactions to an audit trail table whenever any transactions are made
- > against the regular table.
- >
- > Absolutely any ideas or insights will be appreciated.
- >
- > Thanks in advance
- > --
- > ------------------------------------------------------------------
- > Steve Schow | But you don't have to use the claw, if you
- > sjs@netcom.com | pick the pear with the big paw paw......
- > (415) 354-4908 | Have I given you a clue......?
- > | - Baloo the Bear
- > ------------------------------------------------------------------
-
- Why not just add a post-insert trigger to each of the form blocks that copy
- all / part of the data to an audit table?
-
- ----------------------------------------------------------------------------
- | Frank Greene | ////// ////// |
- | DELPHI SYSTEMS, Inc. | //// //// |
- | Telephone [615] 458-6032 | //// //// ////// |
- | Compuserve 74200,427 | //// //// //// |
- | 324 Ootsima Way | //// //// //// |
- | Loudon, TN 37774 | ////// ////// ////// |
- ----------------------------------------------------------------------------
- | Of course, any opinions or suggestions are strictly my own |
- ----------------------------------------------------------------------------
-
-