create audit trail
Submitted by jifpri on Mon, 2008-12-01 13:07
How can i create audit trail for certain tables ?
- Login or register to post comments
- 3195 reads
-
- Email this page
- Printer-friendly version
- Send to friend
- PDF version
Recent blog postsActive forum topicsRecent commentsUser login |
create audit trailSubmitted by jifpri on Mon, 2008-12-01 13:07 How can i create audit trail for certain tables ?
|
TopNews from planetIDSGary Proctor's BlogBen Thompson: Informed MixKevin Brown's BlogBruce Weed's BlogArt Kagel's BlogFred Ho's BlogKeshava Murty's BlogMarkus Holzbauer: Informix Administrators BlogAndrew Ford: Informix DBAInformix on Campus BlogJacques Roy: Informix and ComputingFernando Nunes BlogRajesh Nair: The New InformixIIUG NewsfeedIDS Experts BlogIBM IDS TechSupportIBM IDS Developer Forum |
Sorry for not answering this
Sorry for not answering this sooner, I've been off sick for an entire week.
Right, the short answer is that you cannot create an audit which is equivalent to an onaudit / onshowaudit for a subset of tables. You have to audit an entire instance.
The first thing that I would suggest you do is to log a feature request via IBM Informix Technical Support describing exactly how you would like it to work.
The second thing I can suggest is that you can write triggers to audit certain operations, but you're limited to things that would activate triggers. So you could not, for instance, audit adding an index to a table.
If you expand a little on what you're trying to achieve, I might be able to make more useful comments.