Click here for non-aggregate storage version
Get advanced information about the current state of the database.
Minimum permission required: Read. This statement requires the database to be started.
You can query for database information in the following ways using query database.
Key Phrase | Explanation |
---|---|
get active alias_table | Display the active alias table for the user issuing the statement. |
get attribute_info | Get attribute member, dimension, and name information for the specified attribute member. |
get attribute_spec | Display the current attribute specifications for the database. These specifications include attribute member name format, Attribute Calculation dimension member names, Boolean and date member names, and numeric range specifications. These settings are defined in Outline Editor. |
get dbstats dimension | Get information about dimensions.
The index_type field values are numeric, and translate as follows: 0 Dense 1 Sparse 3 None (database is aggregate storage) |
get dbstats data_block | Get information about data blocks. The information returned has little relevance to aggregate storage databases. |
get member_info <MEMBER-NAME> | Get information on a specific member.
Output The unary_type field values are numeric, and translate as follows: 0 Add 1 Subtract 2 Multiply 3 Divide 4 Percent 5 NoRollUp The member_tag_type field values translate as follows: 0 SkipNone 16384 SkipMissing 32768 SkipZero 49152 SkipBoth 1 BalFirst 2 BalLast 4 TwoPass 8 Average 64 Expense
The status field values are hexadecimal, and translate as follows: 0 Normal 1 Never Share 2 Label 4 Refer Share 8 Refer Share (with different name) 16 Implicit share 32 Virtual Member (stored) 64 Virtual Member (not stored) 2048 Attribute 32768 Referred |
get opg_state of member_data | Display outline navigational information (for example, parent, child, or sibling), fixed-length information (for example, the line aggregation symbol or the number of children), and text strings (for example, member names or aliases). |
get opg_state of member_name_namespace | Display information that matches member names to internal member identifiers (one section per database, thus the information for all dimensions is the same). |
get opg_state of member_formula | Display all formulas for the dimension. |
get opg_state of member_UDA | Display all user defined attributes (UDAs) for the dimension. |
get opg_state of member_UDA_namespace | Display information that matches UDAs to internal member identifiers. |
get opg_state of attribute_to_base_ member_association |
Display information that identifies the attribute member associated with each base member of the dimension. |
get opg_state of member_comment | Display all member comments for the dimension. |
get opg_state of member_alias_namespace | Display information that matches member alias names to internal member identifiers (one section per alias table, thus the information for all dimensions is the same). |
list aggregate_storage runtime_info | Display runtime statistics about the aggregate storage database. For a description of the output returned by this statement, see Aggregate Storage Runtime Statistics. |
list alias_table | Get a list of alias tables that are defined for the database. |
list alias_names in alias_table | List the alias names defined in an alias table. Alias tables contain sets of aliases for member names and are stored in the database outline. Use this grammar to see a list of alias names defined in the specified table. |
list existing_views | Display aggregate views. An aggregate view is a collection of aggregate cells based on the levels of the members within each dimension. For more information, see the Database Administrator's Guide. |
list ... file information | Get accurate index and data file information. Provides index and data file names, counts, sizes, and totals, and indicates whether or not each file is presently opened by Analytic Services. The file size information is accurate. Note that the file size information provided by the Windows NT operating system for index and data files that reside on NTFS volumes may not be accurate. |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |