************************************************** ********
Quote:
|
Originally Posted by sri235
Hi Petruk,
Thanks for your reply.
Can we log all transactions continuosly using Database snapshot or table functions?
Our requirement is to log all transactions to know who accessed that table, what did he do, those kind of things we need to log them into our own tables. My DBA guys don't want to enable the monitor. I may not get much help from DBA. How can i acheieve this. Please help me. I'm new to this kind of stuff.
Thanks in advance.
Sri
|
************************************************** ********
Hi,
For this u need to write .ksh which will need to do the following points and schedule that script through crontab.
1. collect the snapshot for dynamic sql on you db and store into some tables / flat files.
2. reset the monitor (other wise it will update while second time onwards).
3. do the above two steps.
4. remember, we need to purge old files / rows (may add to your script).
Here I assummed you are using udb 7.x on AIX. If u r using udb 8.X there are tables which u can select the values.
With Regards
Bala