Document toolboxDocument toolbox

spaudit_sp083


 

Table Definition

Field
Type
Default
Nullable
timestampdate (tick)
sequencenumber (tick)
username varchar2(256)  (tick)
osuser varchar2(256)  (tick)
machine varchar2(64)  (tick)
programvarchar2(256)  (tick)
session_id number  (tick)
process_id varchar2(22)  (tick)
namevarchar2(30)  (tick)
old_value varchar2(1024)  (tick)
new_value varchar2(1024)  (tick)

Keys

None.

Column Descriptions

FieldDescription
timestampDate and time at which these details were saved. Uses the time zone of the DBMS server machine. 
sequence Unique identifier: the sequence number of the update.
username DBMS user.
osuser Operating system user.
machine Machine logged onto.
program Program name.
session_idDBMS session id of the session performing the update. 
process_idUnix process id (pid) - a number. 
nameName of parameter.
old_value Value of parameter before update.
new_value Value of parameter after update.

 

Â