| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
ALL_AW_PS describes the page spaces in the analytic workspaces accessible to the current user.
Related Views
DBA_AW_PS describes the page spaces in all analytic workspaces in the database.
USER_AW_PS describes the page spaces in the analytic workspaces owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the analytic workspace | 
AW_NUMBER | 
NUMBER | 
NOT NULL | 
Number of the analytic workspace | 
AW_NAME | 
VARCHAR2(30) | 
Name of the analytic workspace | |
PSNUMBER | 
NUMBER(10) | 
Number of the page space | |
GENERATIONS | 
NUMBER | 
Number of active generations in the page space | |
MAXPAGES | 
NUMBER | 
Maximum pages allocated in the page space | 
See Also:
Oracle OLAP User's Guide for more information about these views