AUDIT_JOURNAL_DS (Service Tools User ID and Attribute Changes) table function
The AUDIT_JOURNAL_DS table function returns rows from the audit journal that contain information from the DS (Service Tools User ID and Attribute Changes) journal entries.
Every audit journal table function shares a common authorization requirement and a common set of parameters. These are described in AUDIT JOURNAL table function common information.
The result of the function is a table containing rows with the format shown in the following table. All the columns are nullable.
Column Name | Data Type | Description |
---|---|---|
The first columns returned by this table function are from the common audit journal entry header. See Common columns returned from the audit journal entry header for the column definitions. After the common columns are the following columns that describe the entry specific data for the DS audit journal entry. | ||
ENTRY_TYPE | CHAR(1) | The type of entry.
|
ENTRY_TYPE_DETAIL | VARCHAR(200) | Descriptive text that corresponds to the entry type. |
SST_USERID | VARCHAR(10) | The name of the service tools user ID that requested
the action. Contains the null value when ENTRY_TYPE is A. |
SST_USERID_MODIFIED | VARCHAR(10) | The service tools user ID being created, changed,
renamed, or deleted. When ENTRY_TYPE is C or P, it can contain one of the following special values.
Contains the null value when ENTRY_TYPE is not C, D, H, P, or R. |
SST_USERID_NEW | VARCHAR(10) | The new service tools user ID when a user ID is
renamed. Contains the null value when ENTRY_TYPE is not C. |
SET_PASSWORD_EXPIRED | VARCHAR(3) | Set password to expired.
Contains the null value when ENTRY_TYPE is not H or R. |
USERID_STATUS | VARCHAR(9) | Status of the user ID.
Contains the null value when ENTRY_TYPE is not H or R, or if ENTRY_TYPE is H but no status is available. |
PREV_USERID_STATUS | VARCHAR(9) | Previous status of the user ID.
Contains the null value when ENTRY_TYPE is not H or R, or if ENTRY_TYPE is H but no status is available. |
LINKED_PROFILE | VARCHAR(10) | The user profile that is linked to the service tools
user ID. Contains the null value when ENTRY_TYPE is not H or R, or there is no linked user profile. |
PREV_LINKED_PROFILE | VARCHAR(10) | The user profile that was previously linked to the
service tools user ID. Contains the null value when ENTRY_TYPE is not H, or no user profile was previously linked. |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this value did not change or when ENTRY_TYPE is not A or H. ![]() |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this value did not change or when ENTRY_TYPE is not A or H. ![]() |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this value did not change or when ENTRY_TYPE is not A or K. ![]() |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this value did not change or when ENTRY_TYPE is not A or K. ![]() |
MAXIMUM_SIGNON_ATTEMPTS | INTEGER | The maximum number of sign-on attempts an SST user
is allowed.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
ALLOW_PASSWORD_CHANGE | VARCHAR(3) | Allow an SST user with a default and expired
password to change their own password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
ALLOW_SECURITY_SYSVAL_CHANGE | VARCHAR(3) | Allow changes to security related system values.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
ALLOW_DIGITAL_CERTIFICATE_ADD | VARCHAR(3) | Allow digital certificates to be added to a
certificate store.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
ALLOW_PASSWORD_EXIT_
PROGRAM_ADD_REMOVE |
VARCHAR(3) | Allow exit programs to be added to and removed from
the password exit programs.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
![]() ALLOW_CHANGE_ADDITIONAL_
SIGNON_FACTOR ![]() |
![]() ![]() |
![]()
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. ![]() |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. ![]() |
PREV_MAXIMUM_SIGNON_ATTEMPTS | INTEGER | The previous maximum sign-on attempts allowed.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_ALLOW_PASSWORD_CHANGE | VARCHAR(3) | Previous value of allow SST Password Change.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_ALLOW_SECURITY_SYSVAL_CHANGE | VARCHAR(3) | Previous value of allow changes to security related
system values.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
PREV_ALLOW_DIGITAL_CERTIFICATE_ADD | VARCHAR(3) | Previous value of allow add of digital certificates.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
PREV_ALLOW_PASSWORD_EXIT_
PROGRAM_ADD_REMOVE |
VARCHAR(3) | Previous value of allow add and remove of password
exit programs.
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. |
![]() PREV_ALLOW_CHANGE_ADDITIONAL_
SIGNON_FACTOR ![]() |
![]() ![]() |
![]()
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. ![]() |
![]() ![]() |
![]() ![]() |
![]()
Contains the null value when this security attribute did not change or when ENTRY_TYPE is not S. ![]() |
PASSWORD_LEVEL | INTEGER | System Service Tools (SST) password level. The
service tools password rules are similar to the values that are specified in the Password Rules
(QPWDRULES) system value. Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_EXPIRATION_
INTERVAL |
VARCHAR(7) | Service tools user ID password expiration interval.
The number of days between the date the password is changed and the date when the password expires.
Contains the null value when ENTRY_TYPE is not H or S, or if the password expiration interval is not available. |
PASSWORD_DUPLICATION | INTEGER | The number of passwords that must not be duplicated
before a password is allowed to be used again.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_USERID | VARCHAR(3) | Limit SST user profile name.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_CHANGE_BLOCK | INTEGER | After a password change, the number of hours during
which the password is blocked from being changed again.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_MINIMUM_LENGTH | INTEGER | Minimum password length. Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_MAXIMUM_LENGTH | INTEGER | Maximum password length. Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_REQUIRE_GROUPS | VARCHAR(3) | The password must contain characters from at least
three of the four types of characters: Uppercase letters, lowercase letters, digits, and special
characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_ADJACENT | VARCHAR(3) | Limit adjacent characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_REPEAT | VARCHAR(3) | Limit repeating characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_POSITIONS | VARCHAR(3) | Limit characters in the same position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_REQUIRE_DIGIT | INTEGER | The minimum number of digit characters that must
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_MAXIMUM_DIGITS | VARCHAR(6) | The maximum number of digit characters that may
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_DIGITS | VARCHAR(3) | Limit adjacent digits.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_DIGIT_FIRST | VARCHAR(3) | Limit digit in first position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_DIGIT_LAST | VARCHAR(3) | Limit digit in last position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_REQUIRE_LETTER | INTEGER | The minimum number of letter characters that must
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_MAXIMUM_LETTERS | VARCHAR(6) | The maximum number of letter characters that may
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_LETTERS | VARCHAR(3) | Limit adjacent letters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_LETTER_FIRST | VARCHAR(3) | Limit letter in first position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_LETTER_LAST | VARCHAR(3) | Limit letter in last position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_REQUIRE_MIXED_CASE | INTEGER | The password must contain at least the specified
number of uppercase and lowercase letters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_REQUIRE_SPECIAL | INTEGER | The minimum number of special characters that must
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_MAXIMUM_SPECIAL | VARCHAR(6) | The maximum number of special characters that may
occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_SPECIAL | VARCHAR(3) | Limit adjacent special characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_SPECIAL_FIRST | VARCHAR(3) | Limit special character in first position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PASSWORD_LIMIT_SPECIAL_LAST | VARCHAR(3) | Limit special character in last position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LEVEL | INTEGER | Previous System Service Tools password level.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_EXPIRATION_
INTERVAL |
VARCHAR(7) | Previous password expiration interval.
Contains the null value when this value did not change, when ENTRY_TYPE is not H or S, or if the previous password expiration interval is not available. |
PREV_PASSWORD_DUPLICATION | INTEGER | The previous values for the number of passwords that
must not be duplicated before a password is allowed to be used again.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_USERID | VARCHAR(3) | The previous value for limit SST user profile name.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_CHANGE_BLOCK | INTEGER | The previous value for the number of hours during
which the password is blocked from being changed a second time.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_MINIMUM_LENGTH | INTEGER | The previous value for minimum password length.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_MAXIMUM_LENGTH | INTEGER | The previous value for maximum password length.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_REQUIRE_GROUPS | VARCHAR(3) | The previous value for password must contain
characters from at least three of the four types of characters: Uppercase letters, lowercase
letters, digits, and special characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_ADJACENT | VARCHAR(3) | The previous value for limit adjacent characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_REPEAT | VARCHAR(3) | The previous value for limit repeating characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_POSITIONS | VARCHAR(3) | The previous value for limit characters in the same
position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_REQUIRE_DIGIT | INTEGER | The previous value for the minimum number of digit
characters that must occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_MAXIMUM_DIGITS | VARCHAR(6) | The previous value for the maximum number of digit
characters that may occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_DIGITS | VARCHAR(3) | The previous value for limit adjacent digits.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_DIGIT_FIRST | VARCHAR(3) | The previous value for limit digit in first
position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_DIGIT_LAST | VARCHAR(3) | The previous value for limit digit in last position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_REQUIRE_LETTER | INTEGER | The previous value for the minimum number of letter
characters that must occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_MAXIMUM_LETTERS | VARCHAR(6) | The previous value for the maximum number of letter
characters that may occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_LETTERS | VARCHAR(3) | The previous value for limit adjacent letters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_LETTER_FIRST | VARCHAR(3) | The previous value for limit letter in first
position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_LETTER_LAST | VARCHAR(3) | The previous value for limit letter in last
position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_REQUIRE_MIXED_CASE | INTEGER | The previous value for yhe password must contain at
least the specified number of uppercase and lowercase letters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_REQUIRE_SPECIAL
|
INTEGER | The previous value for the minimum number of special
characters that must occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_MAXIMUM_SPECIAL
|
VARCHAR(6) | The previous value for the maximum number of special
characters that may occur in the password.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_SPECIAL | VARCHAR(3) | The previous value for limit adjacent special
characters.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_SPECIAL_FIRST | VARCHAR(3) | The previous value for limit special character in
first position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
PREV_PASSWORD_LIMIT_SPECIAL_LAST | VARCHAR(3) | The previous value for limit special character in
last position.
Contains the null value when this value did not change or when ENTRY_TYPE is not S. |
DISK_OPERATIONS | VARCHAR(3) | Current privilege to perform disk operator service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
DISK_ADMIN | VARCHAR(3) | Current privilege to perform disk unit administrator service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
DISK_READ_ONLY | VARCHAR(3) | Current privilege to perform disk read only service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SYSTEM_PARTITION_OPERATIONS | VARCHAR(3) | Current privilege to perform system partition operator service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SYSTEM_PARTITION_ADMIN | VARCHAR(3) | Current privilege to perform system partition administrator service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
PARTITION_REMOTE_PANEL_KEY | VARCHAR(3) | Current privilege to change a panel key for the specified partition where it is secured.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
OPERATOR_PANEL_FUNCTIONS | VARCHAR(3) | Current privilege to use the operator panel functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
IPL | VARCHAR(3) | Current privilege to perform an IPL.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
INSTALL | VARCHAR(3) | Current privilege to perform a system install.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
PDC | VARCHAR(3) | Current privilege to perform Performance Data Collector (PDC) service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
HSM | VARCHAR(3) | Current privilege to perform Hardware Service Manager (HSM) functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
DAD | VARCHAR(3) | Current privilege to work with Display/Alter/Dump.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
MSD | VARCHAR(3) | Current privilege to perform a main storage dump.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
PAL | VARCHAR(3) | Current privilege to view and work with the Product Activity Log (PAL).
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
LIC_LOG | VARCHAR(3) | Current privilege to view and work with the Licensed Internal Code (LIC) log.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
LIC_PTFS | VARCHAR(3) | Current privilege to load Licensed Internal Code (LIC) PTFs.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
TRACE | VARCHAR(3) | Current privilege to read and perform the trace service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
DST | VARCHAR(3) | Current privilege to change the Dedicated Service Tools (DST) environment.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
REMOTE_SERVICE_SUPPORT | VARCHAR(3) | Current privilege to configure and connect to the system using the Remote Service Support interface.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SERVICE_TOOLS_SECURITY | VARCHAR(3) | Current privilege to work with and change Licensed Internal Code (LIC) security values.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SERVICE_TOOLS_SAVE_RESTORE | VARCHAR(3) | Current privilege to perform save and restore service security functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
DEBUG | VARCHAR(3) | Current privilege to use the service debug tools.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SYSTEM_CAPACITY_OPERATIONS | VARCHAR(3) | Current privilege to perform system capacity operations service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SYSTEM_CAPACITY_ADMIN | VARCHAR(3) | Current privilege to perform system capacity administration service functions.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SYSTEM_SECURITY | VARCHAR(3) | Current privilege to perform security service functions and to work with security lock down values.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
SST | VARCHAR(3) | Current privilege to sign-on and work with SST.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
TAKE_OVER_CONSOLE | VARCHAR(3) | Current privilege for a LAN console user to take over the console from another LAN console user.
Contains the null value when ENTRY_TYPE is not H or R, or it is H and the privilege is not changing. |
PREV_DISK_OPERATIONS | VARCHAR(3) | Previous privilege to perform disk operator service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_DISK_ADMIN | VARCHAR(3) | Previous privilege to perform disk unit
administrator service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_DISK_READ_ONLY | VARCHAR(3) | Previous privilege to perform disk read only service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SYSTEM_PARTITION_OPERATIONS | VARCHAR(3) | Previous privilege to perform system partition
operator service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SYSTEM_PARTITION_ADMIN | VARCHAR(3) | Previous privilege to perform system partition
administrator service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_PARTITION_REMOTE_PANEL_KEY | VARCHAR(3) | Previous privilege to change a panel key for the
specified partition where it is secured.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_OPERATOR_PANEL_FUNCTIONS | VARCHAR(3) | Previous privilege to use the operator panel
functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_IPL | VARCHAR(3) | Previous privilege to perform an IPL.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_INSTALL | VARCHAR(3) | Previous privilege to perform a system install.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_PDC | VARCHAR(3) | Previous privilege to perform Performance Data
Collector (PDC) service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_HSM | VARCHAR(3) | Previous privilege to perform Hardware Service
Manager (HSM) functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_DAD | VARCHAR(3) | Previous privilege to work with Display/Alter/Dump.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_MSD | VARCHAR(3) | Previous privilege to perform a main storage dump.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_PAL | VARCHAR(3) | Previous privilege to view and work with the Product
Activity Log (PAL).
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_LIC_LOG | VARCHAR(3) | Previous privilege to view and work with the
Licensed Internal Code (LIC) log.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_LIC_PTFS | VARCHAR(3) | Previous privilege to load Licensed Internal Code
(LIC) PTFs.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_TRACE | VARCHAR(3) | Previous privilege to read and perform the trace
service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_DST | VARCHAR(3) | Previous privilege to change the Dedicated Service
Tools (DST) environment.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_REMOTE_SERVICE_SUPPORT | VARCHAR(3) | Previous privilege to configure and connect to the
system using the Remote Service Support interface.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SERVICE_TOOLS_SECURITY | VARCHAR(3) | Previous privilege to work with and change Licensed
Internal Code (LIC) security values.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SERVICE_TOOLS_SAVE_RESTORE | VARCHAR(3) | Previous privilege to perform save and restore
service security functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_DEBUG | VARCHAR(3) | Previous privilege to use the service debug tools.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SYSTEM_CAPACITY_OPERATIONS | VARCHAR(3) | Previous privilege to perform system capacity
operations service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SYSTEM_CAPACITY_ADMIN | VARCHAR(3) | Previous privilege to perform system capacity
administration service functions.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SYSTEM_SECURITY | VARCHAR(3) | Previous privilege to perform security service
functions and to work with security lock down values.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_SST | VARCHAR(3) | Previous privilege to sign-on and work with SST.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
PREV_TAKE_OVER_CONSOLE | VARCHAR(3) | Previous privilege for a LAN console user to take
over the console from another LAN console user.
Contains the null value when ENTRY_TYPE is not H, or it is H and the privilege is not changing. |
Example
- List SST users that were created or deleted in the last month
SELECT * FROM TABLE ( SYSTOOLS.AUDIT_JOURNAL_DS (STARTING_TIMESTAMP => CURRENT TIMESTAMP - 1 MONTH) ) WHERE ENTRY_TYPE IN ('D', 'R');