The Audit Table
Audit records are inserted into the PAUDIT table. One record is inserted into the audit table for each row changed in the database.
PAUDIT Table | ||
Column | Type | Description |
|
| Date and time of change |
|
| Table Name |
|
| Primary key values for audited record |
|
| Unique object id of the audited project. |
|
| I=Insert, U=Update, D=Delete |
|
| P6 EPPM user name if the change was made in P6 EPPM applications |
|
| Column changes up to 4000 characters (Level 2 and 3 only)
|
|
| Column changes up to 4000 characters (Level 2 and 3 only)
|
|
| Blob changes and overflow from audit_old (Level 2 and 3 only) |
|
| Blob changes and overflow from audit_new (Level 2 and 3 only) |
|
| Flag for deletes that are logical (marked) rather than a physical delete |
|
| Database user name (usually privuser) |
|
| Operating system user name of connected session Note: When auditing is enabled against a SQL Server database, |
|
| Name of program connecting to the database |
|
| Computer name of connected session |
|
| Name of application connected to the database |
|
| IP or MAC address of connected session |
Note: Grant select privileges to the administrative user on V_$SESSION to ensure correct values for several auditing table values.
Related Topics
Last Published Thursday, October 3, 2024