Skip to Content
Oracle Database 11gR2 Performance Tuning Cookbook
book

Oracle Database 11gR2 Performance Tuning Cookbook

by Ciro Fiorillo
January 2012
Intermediate to advanced
542 pages
11h 28m
English
Packt Publishing
Content preview from Oracle Database 11gR2 Performance Tuning Cookbook

DBA_TABLES

This view lists all the tables in the database. There are the corresponding ALL_TABLES and USER_TABLES, showing, respectively, the tables which the current user can access and the tables the current user owns.

Fields

The most relevant view fields are as follows:

  • OWNER: The owner of the table
  • TABLE_NAME: The name of the table
  • TABLESPACE_NAME: The name of the tablespace in which the table is stored
  • STATUS: This can be VALID or UNUSABLE
  • LOGGING: This indicates whether changes to the table are logged or not (YES/NO)
  • NUM_ROWS: The number of rows in the table
  • BLOCKS: The number of used database blocks in the table
  • EMPTY_BLOCKS: The number of empty database blocks in the table
  • AVG_SPACE: The average free space in bytes for allocated data blocks
  • CHAIN_CNT ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Oracle Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Sam R. Alapati, Darl Kuhn, Bill Padfield

Publisher Resources

ISBN: 9781849682602Other