[Home] [Help]
[Dependency Information]
Object Name: | SAM_SPARSITY_ADVICE |
---|---|
Object Type: | TABLE |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
SYS.SAM_SPARSITY_ADVICE is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: | 40 |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SYS_IL0000814872C00012$$ | LOB | UNIQUE |
![]() |
|
SYS_IL0000814872C00013$$ | LOB | UNIQUE |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUBENAME | VARCHAR2 | (100) | Yes | |
FACT | VARCHAR2 | (4000) | Yes | |
DIMENSION | VARCHAR2 | (100) | Yes | |
DIMCOLUMN | VARCHAR2 | (100) | ||
DIMSOURCE | VARCHAR2 | (4000) | ||
MEMBERCOUNT | NUMBER | (12) | ||
LEAFCOUNT | NUMBER | (12) | ||
ADVICE | VARCHAR2 | (10) | Yes | |
POSITION | NUMBER | (4) | Yes | |
DENSITY | NUMBER | (11) | ||
PARTNUM | NUMBER | (6) | Yes | |
PARTBY | CLOB | (4000) | ||
PARTTOPS | CLOB | (4000) | ||
PARTLEVEL | VARCHAR2 | (200) |
Cut, paste (and edit) the following text to query this object:
SELECT CUBENAME
, FACT
, DIMENSION
, DIMCOLUMN
, DIMSOURCE
, MEMBERCOUNT
, LEAFCOUNT
, ADVICE
, POSITION
, DENSITY
, PARTNUM
, PARTBY
, PARTTOPS
, PARTLEVEL
FROM SYS.SAM_SPARSITY_ADVICE;
SYS.SAM_SPARSITY_ADVICE does not reference any database object
SYS.SAM_SPARSITY_ADVICE is referenced by following:
|
|
|