SYS.GV$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 the contents of the SYS.V$TABLE_SIZES view for every element in the database.

Usage with TimesTen Classic

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

Related view

SYS.V$TABLE_SIZES

Columns

This view has the same columns as the SYS.V$TABLE_SIZES view. See SYS.V$TABLE_SIZES for information on these columns, including the column name, data type, and description.