DSH_DESKTOP_PAGES
This table stores the users' preferred pages that are used as their desktop landing pages.
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
DESKTOP_PAGE_ID |
NOT NULL |
NUMBER |
System-generated identifier |
| VERSION | NOT NULL | NUMBER | System-generated version |
| USER_ID | NOT NULL | VARCHAR2(255) | User ID |
| PAGE_ID | NULLABLE | VARCHAR2(20) | Page ID |
| TITLE | NULLABLE | VARCHAR2(200) | Page title |
| PAGE_RELATIVE_URL | NULLABLE | VARCHAR2(1000 CHAR) | The relative URL of the page |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
| DSH_DESK_PAGE_IX1 | UNIQUE | USER_ID | |
| DSH_DESK_PAGE_IX2 | NONUNIQUE | PAGE_ID |
Sequences
This table does not have any sequences.

