DBA Data[Home] [Help] [Dependency Information]


TABLE: SYS.FINALHIST$

Object Details
Object Name: FINALHIST$
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Temporary Table Details

SYS.FINALHIST$ 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.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
ENDPOINT NUMBER
Yes
EPVALUE VARCHAR2 (1000)
BUCKET NUMBER
Yes
SPARE1 VARCHAR2 (1000)
SPARE2 NUMBER

SPARE3 NUMBER

EPVALUE_RAW RAW (1000)
EPREPCNT NUMBER
Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ENDPOINT
,      EPVALUE
,      BUCKET
,      SPARE1
,      SPARE2
,      SPARE3
,      EPVALUE_RAW
,      EPREPCNT
FROM SYS.FINALHIST$;

Dependencies

[top of page]

SYS.FINALHIST$ does not reference any database object

SYS.FINALHIST$ is referenced by following:

SchemaSYS
Package BodyDBMS_STATS_INTERNAL - show dependent code