Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DBA_TABLESPACE_THRESHOLDS

DBA_TABLESPACE_THRESHOLDS describes space utilization threshold settings for all tablespaces in the database.

Column Datatype NULL Description
TABLESPACE_NAME VARCHAR2(30)   Tablespace name
CONTENTS VARCHAR2(9)   Tablespace contents:
  • UNDO

  • PERMANENT

  • TEMPORARY

EXTENT_MANAGEMENT VARCHAR2(10)   Indicates whether the extents in the tablespace are dictionary managed (DICTIONARY) or locally managed (LOCAL)
THRESHOLD_TYPE VARCHAR2(8)   Source of the threshold:
  • EXPLICIT

  • DEFAULT

  • NONE

METRICS_NAME VARCHAR2(64)   Name of the metric being monitored
WARNING_OPERATOR VARCHAR2(12)   Relational operator for warning thresholds:
  • GT

  • EQ

  • LT

  • LE

  • GE

  • CONTAINS

  • NE

  • DO NOT CHECK

  • DO_NOT_CHECK

WARNING_VALUE VARCHAR2(256)   Warning threshold value
CRITICAL_OPERATOR VARCHAR2(12)   Relational operator for critical thresholds:
  • GT

  • EQ

  • LT

  • LE

  • GE

  • CONTAINS

  • NE

  • DO NOT CHECK

  • DO_NOT_CHECK

CRITICAL_VALUE VARCHAR2(256)   Critical threshold value