FND_STATS_BS_LOG
Details
-
Schema: DatashapeTables
-
Object owner: FUSION
-
Object type: TABLE
-
Tablespace: Default
Columns
Name | Datatype | Length | Comments |
---|---|---|---|
STATS_GATHER_TIME | DATE | Datetime of the gather statistics call | |
TABLE_NAME | VARCHAR2 | 30 | Table Name |
STATS_DETAILS | VARCHAR2 | 4000 | Details of the actions performed |
CALL_ID | NUMBER | Surrogate Key | |
PARTITION_NAME | VARCHAR2 | 128 | Table partition on which statistics are gathered |
ELAPSED_CENTI | NUMBER | Elapsed time in centiseconds to gather statistics on the table | |
SOURCE | VARCHAR2 | 128 | Source of the gather statistics call |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_STATS_BS_LOG_N1 | Non Unique | Default | STATS_GATHER_TIME |
FND_STATS_BS_LOG_N2 | Non Unique | Default | TABLE_NAME, PARTITION_NAME, "STATS_GATHER_TIME" |