rs_partitions
The following table lists the columns for the rs_partitions view. The equivalent jcs_partitions 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 Partition |
NAME | VARCHAR2 | The unique name of a Partition |
VERSION | NUMBER | The version number of a Partition |
DESCRIPTION | VARCHAR2 | The description of a Partition |
COMMENT_TEXT | VARCHAR2 | Comment describing the Partition |
SHAREABLE | VARCHAR2 | Is this a shareable or a private Partition |
Note: VERSION: Version is not increased with one anymore after changing the object.