DBA_AWS
describes all analytic workspaces in the database. Its columns are the same as those in ALL_AWS
.
· ALL_AWS
describes the analytic workspaces accessible to the current user.
· USER_AWS
describes the analytic workspaces owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the analytic workspace |
|
| | Number of the analytic workspace |
|
| | Name of the analytic workspace |
|
| | Format version of the analytic workspace: · · · · |
|
| | Number of pagespaces in the analytic workspace |
|
| | Number of active generations in the analytic workspace |
|
| | Freeze state of the analytic workspace: · · |
Note:
1. Query the analytic workspaces in the database:
SELECT * FROM DBA_AWS;
OWNER | AW_NUMBER | AW_NAME | AW_VERSION | PAGESPACES | GENERATIONS |
SYS | 113 | EXPRESS | 10.2 | 36 | 2 |
SYS | 114 | AWMD | 10.2 | 98 | 2 |
SYS | 115 | AWCREATE | 10.2 | 21 | 2 |
SYS | 116 | AWCREATE10G | 10.2 | 9 | 2 |
SYS | 117 | AWXML | 10.2 | 56 | 2 |
SYS | 118 | AWREPORT | 10.2 | 9 | 2 |
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment