February 21, 2018 at 3:16 am
Good day,
My requirement is to record all the activities done by users, e.g. If users (including sys, and system), when they update/delete/modify table or Drop database .... whatever they did to the database must be recorded in detail and i want it inside a table.I am running a standard edition and if not mistaken audting not supported.What code should i use?
Thanks
.
February 21, 2018 at 6:40 am
This is not a trivial task. Start here.
If that is insufficient for some reason, then buy a product such as Apex.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 21, 2018 at 7:32 am
Additionally, auditing wouldn't quite accomplish what you're looking for, as a server / database audit can't be directly written to a table. You'd have to create a process to read the audit files and save them into a table.
I tried doing something along these lines, it didn't work too well (it also wasn't a requirement in my situation, so I stopped working on it.)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply