vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, How to find out what all changes have been made to the Database and which user has done the change.? Is there any location where these kind of information is stored? I have DB2 UDB v8.2 installed in RHEL and around 30 users who access the tables. A number of times users update the tables with the wrong information and I need to find out whose doing the wrong updates..and what changes they have made and the number of rows affected in the process.. ~ Me |
| |||
| rAinDeEr wrote: > Hi, > > How to find out what all changes have been made to the Database and > which user has done the change.? Have a look at the db2audit facilities. Maybe this will help you along. -- Knut Stolze DB2 Information Integration Development IBM Germany |
| ||||
| rAinDeEr wrote: > Hi, > > How to find out what all changes have been made to the Database and > which user has done the change.? > > Is there any location where these kind of information is stored? > > I have DB2 UDB v8.2 installed in RHEL and around 30 users who access > the tables. > A number of times users update the tables with the wrong information > and I need to find out whose doing the wrong updates..and what changes > they have made and the number of rows affected in the process.. If you want auditing on the row level you will need to add audit tables and maintain them using triggers. Cheers Serge -- Serge Rielau DB2 Solutions Development IBM Toronto Lab |