SYS.V$TABLE_SIZES

This view contains data about the space used by a table or materialized view, including indexes.

There must be the SELECT privilege on the specified table or materialized view in order for the table or materialized view to be included in the result set of the query.

Usage with TimesTen Scaleout

This view contains data for the local element.

Usage with TimesTen Classic

This view contains data for the database to which the application is connected. It has the same contents as SYS.GV$TABLE_SIZES.

Related view

SYS.GV$TABLE_SIZES

Columns

Column name Type Description

TBLNAME

TT_CHAR (61)

Name of the table

SIZE

BINARY_DOUBLE NOT NULL

Size of the table

ELEMENTID

TT_INTEGER NOT NULL

Id of the element