User Activity Tracking

Overview

Business Owners of applications often need to know how many users have logged into their environments and what those users have seen. This utility demonstrates how this is achieved transparently to the user by:

  • Reading log files.
  • Creating log entries during user activity.
  • Providing reports.

Any application can be enhanced with these features by adding this utility.

Key Features & Functionality

  • Read user login audit log file and save into the audit table.
  • Generate log entry into rdbms audit log passing user and interface viewed details.
  • Read rdbms audit log file and save into the audit table.
  • Provides reports based on data from the audit table.
  • Any interface can be configured to generate an audit entry by simply adding read-only query as a local variable.

See the documentation provided for an example and configuration instructions.

Anonymous