ACQUIRED
|
TEXT
|
When an analytic workspace is attached in multiwriter mode, returns the names of any acquired variables and dimensions in the analytic workspace
|
AGGMAP
|
TEXT
|
A list of all aggmap objects in the workspace. When there are several, Oracle OLAP returns a multiline text value with each object name on a separate line.
|
ALIASLIST
|
TEXT
|
A list of currently assigned aliases for the workspace. When there are several, Oracle OLAP returns a multiline text value with each alias on a separate line.
|
ATTACHED
|
BOOLEAN
|
Indicates whether the specified workspace is attached. The workspace argument is required.
|
CHANGED
|
BOOLEAN
|
When you have read/write access to the workspace, indicates whether you have made changes since the last time the workspace was updated. When you have read-only access to the workspace, indicates whether another user has updated the workspace and committed the changes since you attached it.
|
COMPOSITE
|
TEXT
|
A list of all named composite objects in the specified workspace.
|
DATE
|
DATE
|
The date of your most recent update in the current session. When you have not updated in the current session, it returns the date of the most recent commit before you attached the workspace. When you have attached a shared workspace as read-only, DATE does not take into account any updates or commits that have occurred since you attached the workspace.
|
DIMENSION
|
TEXT
|
A list of all the dimensions defined in the workspace. When there are several dimensions, Oracle OLAP returns a multiline text value with each dimension name on a separate line.
|
EXISTS
|
BOOLEAN
|
Indicates whether the specified analytic workspace has been defined in the Oracle Database.
|
FORMULA
|
TEXT
|
A list of all the formulas defined in the workspace. When there are several formulas, Oracle OLAP returns a multiline text value with each formula name on a separate line.
|
FULLNAME
|
TEXT
|
The full name of the specified workspace. The full name includes the schema that contains the workspace.
|
ISUPDATED
|
TEXT
|
When the specified analytic workspace is not attached in multiwriter mode, returns TRUE when the workspace is updated but not committed. When he specified analytic workspace is attached in multiwriter mode, returns TRUE when at least one variable or dimension belonging to the workspace is updated but not committed.
|
LIST
|
TEXT
|
A list of all currently attached workspaces. Each line of the multiline text value contains the name of a workspace.
|
LISTNAMES
|
TEXT
|
A list of all the objects defined in the workspace. Each line of the multiline text value contains the name of a workspace object.
|
MODEL
|
TEXT
|
A list of all the models defined in the workspace. When there are several models, Oracle OLAP returns a multiline text value with each model name on a separate line.
|
MULTI
|
TEXT
|
Indicates if you have multi-writer access to the analytic workspace.
|
NAME
|
TEXT
|
The name of the current workspace.
|
OPTION
|
TEXT
|
A list of all the Oracle OLAP options defined in the EXPRESS workspace. When the workspace is not EXPRESS, AW(OPTION) returns NA , because options are defined only in the EXPRESS workspace. For the EXPRESS workspace, AW(OPTION) returns a multiline text value with each option name on a separate line.
|
PROGRAM
|
TEXT
|
A list of all the programs defined in the workspace. When there are several programs, Oracle OLAP returns a multiline text value with each program name on a separate line.
|
READERS
|
INTEGER
|
The total number of current users of the database who have read-only access.
|
RELATION
|
TEXT
|
A list of all the relations defined in the workspace. When there are several relations, Oracle OLAP returns a multiline text value with each relation name on a separate line
|
RO
|
TEXT
|
Indicates whether you have read-only access to the workspace.
|
RW
|
TEXT
|
Indicates whether you have read/write access to the workspace.
|
SEGMENTSIZE
|
DECIMAL
|
The current maximum segment size for the workspace. It is the most recent value specified using an AW SEGMENTSIZE statement.
|
SHARED
|
BOOLEAN
|
Indicates whether the workspace is being shared by other users.
|
TIME
|
ID
|
The time of your most recent update in the current session. When you have not updated in the current session, it returns the time of the most recent commit before you attached the workspace. When you have attached a shared workspace as read-only, TIME does not take into account any updates or commits that have occurred since you attached the workspace.
|
VALUSET
|
TEXT
|
A list of all the valuesets that are defined in the workspace. When there are several valuesets, Oracle OLAP returns a multiline text value with each valueset name on a separate line.
|
VARIABLE
|
TEXT
|
A list of all the variables defined in the workspace. When there are several variables, Oracle OLAP returns a multiline text value with each variable name on a separate line.
|
WORKSHEET
|
TEXT
|
A list of all the worksheet objects defined in the workspace. When there are several worksheets, Oracle OLAP returns a multiline text value with each worksheet name on a separate line. This keyword will not be available in the Oracle 10i release and later.
|
WRITERS
|
INTEGER
|
The number of current users of the database who have write access.
|