rs_registry_keys

on-site-related topic

The following table lists the columns for the rs_registry_keys view. The equivalent jcs_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
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

Note: : In v6/7, this view is for usage by front ends for inquiry purposes. For all other purposes the view rs_all_registry keys is used. In v6/7, this view implements the choice of a 'proper' value for a user including the overwrite mechanism. For this view the question if you can see a certain key is less relevant, e.g. you might be allowed to see a key in your your own hive, but if it is overwritten by a key in the public hive, you will get the overwritten value and not the value of your own hive. However in v8, there are no hives, so this view is equal to rs_all_registry_keys/jcs_all_registry_keys.

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

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