Document toolboxDocument toolbox

14.1 sp550_script_audit

This table holds the information on which scripts have been applied to the schema by dbinstall.


 

Table Definition

Field
Type
Default
Nullable
idinteger (error)
revisioninteger (error)
typevarchar2(4) (error)
cr_drvarchar2(8) (tick)
db_versionvarchar2(32) (tick)
descriptionvarchar2(255) (tick)
timestampdate (error)
os_uservarchar2(32) (error)
usernamevarchar2(30) (error)

Keys

None.

Column Descriptions

FieldDescription
id The ID of this script (the same as the ID component of its filename) e.g. 140.
revisionThe Revision number of this script (the same as the Revision component of its filename) e.g. 04.
typeThe type of this script (the same as the Category component of its filename) e.g. dbcr.
cr_drThe CR or DR to which this script applies e.g. DR7706.
db_versionThe schema version which this script will bring the schema up to e.g. 4.4.0.1.
description A short description of the change, as contained in the DESCRIPTION tag of the script.
timestampDate and time at which these details were saved. Uses the time zone of the DBMS server machine. 
os_userOperating system user.
usernameDBMS user.