audit-trail
calculating oracle users average session time [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-11 12:54 分类:问答How to enable logging for a single user in a Java Service at runtime
Preamble - I am running an online Java Application(Tomcat->Java->Mysql) as SAAS (Software As A Service). This is basically a mobile utility service where a user connects to our service/server using[详细]
2023-03-24 10:46 分类:问答How to implement context based DB auditing?
I have a current DB driven application which has several methods for accessing data. Web Application Direct SQL Access users (I\'m trying to remove these)[详细]
2023-03-20 09:08 分类:问答How to access current_user from a Rails Notification?
I\'m building an audit trail that needs to know which user is currently making the request. My audit trail is built using ActiveSupport::Notifications to receive an even that needs to be audited.[详细]
2023-03-16 05:42 分类:问答Using DVCS for an RDBMS audit trail
I\'m looking to implement an audit trail for a reasonably complicated relational database, whose schema is prone to change. One avenue I\'m thinking of is using a DVCS to track changes.[详细]
2023-03-13 09:32 分类:问答Log inserted/updated/deleted rows in all tables for a given database in SQL Server 2008
Whats the best way to track/Log inserted/updated/deleted rows in all tables开发者_如何学Go for a given database in SQL Server 2008?[详细]
2023-03-08 04:31 分类:问答Method to implement audit trail per row
I want to add two columns to all my t开发者_如何学Pythonables [Create Time] & [Modify Time] to capture audit trail .In the future these fields might be used in partitioning the table. Please sugge[详细]
2023-03-06 22:26 分类:问答How do you create an audit trail for aggregate roots?
I have read several articles online as well as several answers on StackOverflow about creating an audit trail for a database driven application.It seems that the most popular solution is to create an[详细]
2023-03-05 15:44 分类:问答Maintaining Referential Integrity - Good or Bad?
We are planning on introducing simple Audit Trail in our database using triggers and separate history table for each table that requires auditing.[详细]
2023-03-01 01:12 分类:问答How to retrieve an audit trail across two SQL Server tables and put them back in the right order?
Background Context: i have a database table called Project and a table called ProjectHistory with the same schema.I am using nhibernate so i also have a domain object called Project and a domain ob[详细]
2023-02-22 20:07 分类:问答