Document toolboxDocument toolbox

sp509_audit_sp111

This table provides an audit trail of changes made to table sp111_jobs. 



HouseKeeping

This table is tidied by sp_dbtidy's Audit group.


 

Table Definition

Field
Type
Default
Nullable
timestampdate (tick)
sequencenumber (tick)
usernamevarchar2(256) (tick)
osuservarchar2(256) (tick)
machinevarchar2(64) (tick)
programvarchar2(256) (tick)
session_idnumber (tick)
process_idvarchar2(22) (tick)
job_nonumber(9) (tick)
job_refvarchar2(50) (tick)
old_job_statusnumber(2) (tick)
new_job_statusnumber(2) (tick)
old_importancenumber(1) (tick)
new_importancenumber(1) (tick)
old_on_holdnumber(1) (tick)
new_on_holdnumber(1) (tick)
transaction_idnumber(9) (tick)

Keys

None.

Column Descriptions

FieldDescription
timestamp Date and time at which these details were saved. Uses the time zone of the DBMS server machine.
sequenceUnique identifier: the sequence number of the update. 
usernameDBMS user. 
osuserOperating system user. 
machineMachine logged onto. 
programProgram name. 
session_idDBMS session id of the session performing the update. 
process_idUnix process id (pid) - a number. 
job_noIdentifier of job. 
job_refEnd user's unique identifier. 
old_job_statusJob status before update. 
new_job_statusJob status after update. 
old_importance Importance before update.
new_importanceImportance after update.
old_on_holdOn Hold status before update.
new_on_holdOn Hold status after update.
transaction_id See SP599_TRANSACTION_AUDIT for details.