rs_destinations
The following table lists the columns for the rs_destinations view. The equivalent jcs_destinations 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 |
ID | NUMBER | The unique id of a destination |
PARTITION | VARCHAR2 | The unique partition of a destination |
NAME | VARCHAR2 | The unique name of a destination |
VERSION | NUMBER | The installed version of a destination |
DESCRIPTION | VARCHAR2 | The description of a destination |
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 |
SUBSCRIBABLE | VARCHAR2 | Can this destination be used as a subscription? |
GENERIC_SUBSCRIBABLE | VARCHAR2 | Can this destination be used as a generic subscription? |
COMMENT_TEXT | VARCHAR2 | Comment describing the destination |
note
: V8 does not have destinations anymore. Therefore this view is empty.
plsqlTopic
onsiteTopic