rs_all_registry_keys

on-site-related topic

The following table lists the columns for the rs_all_registry_keys view. The equivalent jcs_all_registry_keys view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.

Column Datatype Description
KEY_ID NUMBER Unique identification number of the registry key
VERSION NUMBER The version number of a registry key
ALL_USERS_KEY_ID NUMBER Id of corresponding entry in the common branch
PARENT_KEY_ID NUMBER Parent key that this registry key is a subkey of
NAME VARCHAR2 Short name of the registry key or value
DESCRIPTION VARCHAR2 Descriptive text explaining the contents of the registry key
APPLICATION_PARTITION VARCHAR2 The partition of the application; can be used to group Redwood objects in logical groups
APPLICATION_NAME VARCHAR2 The name of the application; can be used to group Redwood objects in logical groups
TYPE VARCHAR2 Client-dependent type definition of the value
VALUE VARCHAR2 Textual data stored as the value of this key
OVERRIDE VARCHAR2 Does all_users key overrule private keys?
CREATOR VARCHAR2 This column is obsolete
CREATION_TIME TIMESTAMP WITH TIME ZONE Timestamp that notes when the registry key was createdThe timezone is specified as an Olson name.
LAST_MODIFICATION TIMESTAMP WITH TIME ZONE Timestamp that notes when the registry key was changedThe timezone is specified as an Olson name.
COMMENT_TEXT VARCHAR2 Comment describing the registry key
PRIVATE VARCHAR2 Type of key: Y (private), N (public), U (userclass)

Note: APPLICATION_PARTITION: Registry keys do not have an application anymore.

Note: APPLICATION_NAME: Registry keys do not have an application anymore.