Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table explains the standard views that are available for most entities in the Objects tab.

Table 6- 1 Standard views in the Objects tab

ViewDescription
OverviewUsually the first view that is displayed. The Overview shows general properties of the entity that can be found in the Oracle data dictionary, such as DBA_OBJECTS, and DBA_TABLES, and also provides graphs that can assist you in analyzing changes in objects.
RAC DatabaseRAC allows multiple instances on different nodes to access a shared database on a cluster system. This allows multiple servers to share the load. The RAC Database view is only displayed for RAC instances.
StorageThis view displays current storage information for objects such as information on extents.
Changes

The changes displayed by this view are represented differently depending on whether they occurred on the instance level or on the table or index level, as follows:

  • Precise for Oracle FocalPoint periodically scans for changes in the instance that have been made to components, initialization parameters, redo log parameters, rollback segments, tablespaces, datafiles, and schemas. This can be valuable information when you are trying to determine why performance degradation has occurred. These changes are captured by the Collect Instance Definitions process. The scan typically occurs once a week (this interval can be configured in AdminPoint; see the Precise Administration Guide for details).
    At least two snapshots must have been captured before Precise for Oracle can detect whether a change has occurred—the first to establish the baseline and the second to calculate the differences.
  • Changes that occur on the table or instance level are captured in the same way as other changes but are represented in accordance with their equivalent DDL (for example, DROP INDEX or ALTER TABLE). These changes are captured by the Collect Schema Changes process. The scan typically occurs once a week (this interval can be configured in AdminPoint; see the Precise Administration Guide for details). This process is disabled by default.
Info

The information displayed in the Changes view is not the same as an audit trail. Precise for Oracle only tells you that the change occurred somewhere between the two snapshots and does not tell you who or what was responsible for the change. If a change is made and then restored to its original value before the next sample, it will not be detected. Similarly, if a number of consecutive changes of the same type are made to an object between samples, only the overall change will be recorded.

StatisticsThis view displays statistics generated by the Oracle statistics collection mechanism (for example, distinct values for a column, or number of rows for a table). If you are using the COST or CHOOSE database optimizer modes, it is important that the statistics are accurate and up-to-date.

About the Association area in the Explore Objects view

...

The following table explains the standard tabs that are available for most entities in the Association area.

Table 6- 2 Standard tabs in the Association area of the Objects tab

TabDescription
dictionaryDisplays Oracle data dictionary information that can be found in DBA_OBJECTS, DBA_TABLES, etc. This information is then generally displayed in the Overview in the Main area when the entity is selected.
StorageDisplays extent information similar to that found in DBA_SEGMENTS. This information is then generally displayed in the Storage view in the Main area when the entity is selected.
StatisticsDisplays some statistics generated by Oracle statistics collection mechanism (for example, distinct values for a column, or number of rows for a table). If you are using the COST or CHOOSE database optimizer modes, it is important that the statistics are accurate and up-to-date. You may want to sort by the Last Analyzed On date or use the Filter dialog to search for entities whose Last Analyzed On date is before a certain date.
Usage

Displays a breakdown of the different ways in which an object such as a table, index or column has been accessed within explain plans—for example the number of full table scans or index range scans. This information is only available for statements that have been explained. It can help you determine if your indexing strategy is working effectively. You may want to sort tables by the number of Full Scans or use the More feature to find tables that have been Accessed via Full Scan and have a large number of rows or blocks.

The Access columns are specific to a type of object but they all share a References column. This represents the total of all individual usages, and provides an overall view of the usage of a particular object.

See “About Objects tab entities” on page 95 and “About Precise for Oracle tabs” on page 21.

...

You can launch directly to the Tune Objects view of the Objects tab from the following tabs:

Table 6- 3 Direct launch

TabDescription
DashboardFrom the launch icon for object findings.
ActivityFrom the Association area, by clicking on the launch entity, or when clicking on the Objects workstation button when an Object entity is displayed in the Main area.
ObjectsFrom the launch icon for an active object.
SQLFrom the launch icon in the Objects tab, when tables and indexes are selected.

The Main area of the Tune Objects view displays information on the table you drilled down to and its indexes. You can also directly open a table by using the Open option.

...

The following table provides an explanation of the information displayed in the Segments table.

Table 6- 4 Segments table

ColumnDescription
Segment iconIcon indicating whether a segment is a table or an index.
NameDisplays the name of the segment.
In Oracle (Sum.)Displays a breakdown of the total waits that contributed to the In Oracle time for the object.
Logical ReadsSummarizes the logical reads made on the object.
Physical I/OsSummarizes the direct physical reads, direct physical writes, physical reads, and physical writes made on the object.
StatementsDisplays the number of statements that accessed the table within the selected time frame.
Hit RatioDisplays the cache hit ration of the selected object.
Index ColumnsWhen the selected object is an index, displays the names of the index columns.

The Details area displays relevant data dictionary information for the selected index, table or segments. The Columns area shows information on the columns of the selected tables or index.

The following table describes the information displayed in the Dictionary and Columns areas.

Table 6- 5 Information displayed in the Dictionary and Columns area

SelectionDictionaryColumns
All SegmentsRows, Degree, Last analyzed on, Chained rowsColumn, Type, Distinct values, Nullable, Position in partition
TablesRows, Degree, Pct free, Last analyzed on, Chained rows, Partitioned, Number of partitions, Partition type, Partition columns, Number of subpartitions, Subpartition type, Subpartition columnsColumn, Type, Distinct values, Nullable, Position in partition
IndexesNumber of columns, Distinct keys, Leaf blocks, B-levels, Clustering factor, Columns Last analyzed on, Pct free, Partitioned, Locality, Partition type, Partition columns, Number of subpartitions, Subpartition type, Subpartition columnsColumn, Type, Distinct values, Nullable, Position in index, Position in partition
Info

You can launch with the selected row of the Segments table in context to the Active Objects association in the Explore Objects view by clicking the Dictionary links.

...

The following table describes the information displayed in the Overtime tab.

Table 6- 6 Overtime graphs

GraphsDescription
In OracleDisplays In Oracle resource consumption over time, broken down into In Oracle wait states.
ChangesShows at which point in time database block changes occurred, and the space allocated to the segment by the data dictionary, on the DB Block Changes axis. Additional points on the graph indicate whether or not Statistics (analyze operations performed on the segment) or Schema Changes (structural changes made to the object) occurred at that point in time. This information helps you identify the impacts of a statistics or schema change on a database object.
Physical I/O vs. Logical ReadsSummarizes physical I/O (includes physical reads direct, physical writes and physical writes direct) vs. logical reads on the selected segment, over time.

About the Statements tab

The Statements tab shows the statement access type distribution for the segment, indicating how the segment was accessed. Each table is populated according to the row you select in the table above it. The Statements table will show information on the accessing statements using the access type you selected in the Access Types table. The Columns table provides information on how columns are being used in the statement.

The following table describes the information displayed in the Statement tab.

Table 6- 7 Statement table

TableDescription
Access Types

The Access Types table shows the following information on the statement's access types:

  • Access Type. Describes which access type was used to access the specific object, segment or segments.
  • In Oracle (Sum.). Displays the amount of time spent by the selected object, segment or segments, of the specified access type, in the Oracle database.
  • Statements In Oracle. Displays the amount of time spent by the selected object, segment or segments, of the specified access type, in the Oracle database.
  • Statements. Number of explained statements accessing the segment with the specified access type

If you want to continue your examination of a particular access type, click on the launch icon to launch to the Activity tab with the selected access type in context.

Statements

The Statements table shows the following information on the statements using the access type you selected in the Access Types table:

  • Text. Displays the beginning of the selected statement's text so that you can identify the statement. You can view more of the statement's text by placing the cursor over the text cell in the table and viewing the information displayed in the ToolTip.
  • In Oracle (Sum.). Displays the amount of time spent by the selected statement, of the specified access type, in the Oracle database.
  • Statements In Oracle. Displays the amount of time spent by the specific statement, of the specified access type, in the Oracle database.
  • Access Type. Displays how the statements accessed all segments, or the selected segment or object (access type).
  • Executions. Displays the number of times the statement was executed.
  • Duration (Avg.). Displays the average time spent by the statement in the Oracle database.
  • Statement. Displays the statement's calculated hash or user-defined name.
  • Programs. Displays the program that executed the statement.
  • Host Users. Displays the users that executed that statement.

If you want to continue your examination of a particular statement, click on the launch icon to launch to the Activity tab with the selected statement in context.

Columns

The Columns table shows the following information on the statement you selected in the Statements table:

  • Column. Displays the name of the column used by the statement.
  • In Clause. Displays the number of times the column was accessed by SELECT, WHERE, ORDER, or UPDATE clauses.
  • Equal Operator. Displays the number of equal signs (=) used by the column.
  • Distinct Values. Displays the number of distinct values used by the column over the entire segment or object.
  • Position in Index. Displays the position of the column in the index or partition.

About the Joins tab

The Joins tab displays information on the tables (and their corresponding statements), that participate in joins with the selected table.

...

The following table describes the information displayed in the Joins tab.

Table 6- 8 Joins Tables

TableDescription
Tables

The Tables table shows the following information on the tables that are joined with the selected segment, segments, or object:

  • Name. Displays the name of the joined table.
  • Owner. Displays the owner of the joined table.
  • In Oracle. Displays the dispersion of the In Oracle time of the selected object or segment with respect to the table it is joined with.
  • Statements In Oracle. Displays the In Oracle time of all statements accessing both tables.
  • Explained Statements. Displays the number of statements that both the selected table and the current table participate in.

If you want to continue your examination of a particular join table, click on the launch icon to launch to the Tune Object view with the selected join table in context.

Statements

The Statements table shows the following information on the statements in which both the selected segment or object, and the selected table appear:

  • Text. Displays the beginning of the selected statement's text so that you can identify the statement. You can view more of the statement's text by placing the cursor over the text cell in the table and viewing the information displayed in the ToolTip.
  • In Oracle. Displays the dispersion of the In Oracle time of the selected object or segment with respect to the table it is joined with.
  • Statements In Oracle. Displays a breakdown of the In Oracle time of all statements accessing both tables.
  • Columns. Displays the name of the column appearing in both tables.
  • Statement. Displays the statement's calculated hash or user-defined name.

If you want to continue your examination of a particular statement, click on the launch icon to launch to the Activity tab with the selected statement in context.

About the Partitions tab

The Partitions tab displays partition details for the selected segment or object.

...

The following table describes the information displayed in the Partitions tab.

Table 6- 9 Partitions table

ColumnDescription
PartitionDisplays the name of the segment partition.
DeletedIndicates whether or not the partition was deleted.
In Oracle (Sum.)Displays a breakdown of the total waits that contributed to the In Oracle time for the selected partition.
Logical ReadsSummarizes the logical reads made on the selected partition.
Physical I/OsSummarizes the direct physical reads, direct physical writes, physical reads, and physical writes made on the selected partition.
SegmentDisplays the name of the segment owning the partition.
BlocksDisplays the segment size in blocks.
TablespaceDisplays the name of the tablespace in which the partition resides.
Buffer PoolDisplays the name of the buffer pool in which the partition resides.

If you want to continue your examination of a particular partition, click on the launch icon to launch to the Activity tab with the selected partition in context.

...

The following table describes the general information displayed in this view.

Table 6-1110 Instance Overview

ColumnDescription
VersionDisplays which version of Oracle software is being used.
ParallelIndicates whether the instance is part of an OPS or RAC cluster.
StatusDisplays the status of the instance.
Database StatusDisplays the status of the entire database, in relation to the cluster.
Archiver StatusDisplays the status of the database log archiver.
Up TimeDisplays how long the database has been up.

Additionally Logical Reads and Space Allocation graphs are shown.

...

The following table describes the table shown in this view.

Table 6-1211 Init Parameters view

ColumnDescription
ParameterDisplays the Parameter Name.
ValuesDisplays the Current Value.
Is DefaultIndicates whether the value displayed is the default value.
Is Session ModifiableIndicates whether this parameter can be changed to take effect according to session.
Is System ModifiableIndicates whether this parameter can be changed to take effect across the entire instance.
Is ModifiedIndicates whether the parameter has been modified after instance startup.
Is AdjustedIndicates whether Oracle adjusted the input value to a more suitable value.
DescriptionProvides a description of the parameter.

About database options

The Database Options view displays the available database options. The following table describes the table shown in this view.

Table 6-1312 Database Options view

ColumnDescription
OptionDisplays the name of the database option.
Is EnabledDisplays a True or False value indicating whether or not the option is enabled.

About examining changes to database options

The Database Options Changes view displays the changes made to database options during the selected time period. The following table describes the table shown in this view.

Table 6-1413 Database Options Changes view

ColumnDescription
TimestampDisplays the date the change took place.
ComponentDisplays the name of the item changed.
Old ValueDisplays the old value of the component.
New ValueDisplays the new value of the component.

About parameter changes

The Parameter Changes view displays the changes to the database initialization parameters during the selected time period.

The following table describes the table shown in this view.

Table 6-1514 Parameter Changes view

ColumnDescription
TimestampDisplays the date the change took place.
ParameterDisplays the name of the item changed.
Old ValueDisplays the old value of the parameter.
New ValueDisplays the new value of the parameter.

About changes to the redo logs

The Redo Log Changes view displays the changes to the redo logs during the selected time period. The following table describes the table shown in this view.

Table 6-1615 Redo Log Changes view

ColumnDescription
TimestampDisplays the date the change took place.
Redo LogDisplays the name of the redo log that was changed.
Change TypeDisplays the type of change that took place.
FieldDisplays the type of change that took place—created, deleted or field changed.
Old ValueDisplays the old value of the parameter.
New ValueDisplays the new value of the parameter.

About changes to rollback segments

The Rollback Segment Changes view displays the changes to rollback segments during the selected time period. The following table describes the table shown in this view.

Table 6-1716 Rollback Segment Changes view

ColumnDescription
TimestampDisplays the date the change took place.
OwnerDisplays the Oracle user that owns the rollback segment.
Rollback SegmentDisplays the name of the rollback segment that was changed.
Change TypeDisplays the type of change that took place.
FieldDisplays the type of change that took place—created, deleted or field changed.
Old ValueDisplays the old value of the parameter.
New ValueDisplays the new value of the parameter.

About changes to tablespaces and datafiles

...

The following table describes the table shown in this view.

Table 6-1817 Tablespace and Datafile Changes view

ColumnDescription
TimestampDisplays the date the change took place.
<blank>Datafile or Tablespace.
NameThe name of the datafile or tablespace that was changed.
Change TypeIndicates the type of change that took place—created, deleted or field changed.
FieldDisplays which item was changed.
Old ValueDisplays the old value of the parameter.
New ValueDisplays the new value of the parameter.

About schema changes

The Schema Changes view displays the changes made to schema objects, such as tables and indexes, during the selected time period, but expressed as DDL. For example: DROP INDEX or ALTER TABLE

The following table describes the table shown in this view.

Table 6-1918 Schema Changes view

ColumnDescription
TimestampDisplays the date the change took place.
Change TypeProvides a description of the change, for example, Create TABLE CUSTOMER.

About the Oracle File entity

...

The Overview, in the Objects tab, displays general Oracle file information and several overtime graphs. The following table describes how the general information is structured.

Table 6-2019 Structure of general information for an Oracle file

ItemDescription
File NameDisplays the name of the Oracle file.
FolderDisplays the Operating System folder where the file is located.
Created onDisplays the date the file was created.
StatusDisplays the status of the file—Online, Offline, Recover, System.
TablespaceDisplays the name of the Tablespace supported by the Oracle file.
File TypeIndicates whether the file is a datafile, or a temp file.

The following table describes the overtime graphs for an Oracle file.

Table 6-2120 Overtime graphs for an Oracle file

GraphDescription
Physical I/O OperationsIllustrates the physical reads and physical writes over time.
Physical Read Time (Avg.)Illustrates the average read times.
I/O Waits (Sum.)Illustrates the numbers of I/O waits according to wait state.
Physical Write Time (Avg.)Illustrates the average write times.

About the RAC Database of an Oracle file

...

The following table describes the information displayed on Oracle files in the RAC Database view.

Table 6-2221 Information displayed on Oracle files in the RAC Database view

ItemDescription
DatabaseDisplays the logical name of the RAC database.
DB NameDisplays the Oracle database name.
DB IDDisplays the Oracle database ID.
Instance NumberDisplays the number of the instance in the RAC database.
InstancesDisplays the number of instances that share the same RAC database with the selected instance.
Overtime graphs

Displays the following overtime graphs that compare the Oracle file activity of the entire database to the Oracle file activity of the selected instance, over the selected time period:

  • Database physical I/O operations
  • Average database I/O waits
  • Average database physical read time
  • Average database physical write time

About the dictionary of an Oracle file

The Dictionary view, in the Objects tab, displays the general properties of the Oracle File. The following table describes how the information in the Dictionary view is structured.

Table 6-2322 Structure of information in the Dictionary view

ItemDescription
FileDisplays the full path of the Oracle file.
NameDisplays the name of the Oracle file.
FolderDisplays the Operating System folder where the file is located.
TablespaceDisplays the name of the Tablespace supported by the Oracle file.
File IDDisplays the Oracle ID for the file.
File TypeIndicates whether the file is a datafile or temp file.
StatusDisplays the status of the file—Online, Offline, Recover, System.
AutoextensionIndicates whether the file can be autoextended.
Created onDisplays the date the file was created.
AccessibilityIndicates whether or not the file can be written to: Read Write, or Read Only.

About storage information related to an Oracle file

The Storage view, in the Objects tab, displays storage information related to the Oracle File. The following table describes how the information in the Storage view is structured.

Table 6-2423 Structure of information in the Storage view

ItemDescription
File SizeDisplays the current size of the file.
BlocksDisplays the number of blocks in the file.
Block SizeDisplays the block size of the file.
AutoextensionIndicates whether or not the file can autoextended.
Max. File SizeDisplays the maximum size the file can be extended to.
Max. BlocksDisplays the maximum number of blocks the file can be extended to.
Increment byDisplays the size allocated for further extension when auto-extending.

Associating an Oracle file with other entities

...

The following table describes how the general information is structured.

Table 6-2524 Structure of general information for a tablespace

ItemDescription
StatusDisplays the status of the tablespace—online, or offline.
DatafilesDisplays the number of datafiles supporting the tablespace.
ContentsIndicates whether the tablespace is Temporary or Permanent.
LoggingIndicates whether the Tablespace has logging enabled.
Extent ManagementIndicates whether the tablespace is locally managed or dictionary managed.
Allocation TypeSpecifies how Oracle manages extents within the Tablespace. Values are System or Uniform.
Plugged inIndicates whether a transportable tablespace is available.
Block SizeDisplays the underlying block size of the tablespace.

Additionally a Physical I/O Operations graph is shown.

...

The following table describes the information displayed on tablespaces in the RAC Database view.

Table 6-2625 Information displayed in the RAC Database view for tablespaces

ItemDescription
DatabaseDisplays the logical name of the RAC database.
DB NameDisplays the Oracle database name.
DB IDDisplays the Oracle DATABASE ID.
Instance NumberDisplays the number of the instance in the RAC database.
InstancesDisplays the number of instances that share the same RAC database with the selected instance.
Overtime GraphsDisplays Database physical I/O operations in the overtime graph. The graph compares the tablespace activity of the entire database to the tablespace activity of the selected instance, over the selected time period.

About the dictionary of a tablespace

The Dictionary view, in the Objects tab, displays the general properties of the tablespace. The following table describes how the information in the Dictionary view is structured.

Table 6-2726 Structure of information in the Dictionary view

ItemDescription
NameDisplays the name of the tablespace.
DatafilesDisplays the number of datafiles supporting the tablespace.
StatusDisplays the status of the tablespace—online, or offline.
ContentsIndicates whether the tablespace is Temporary or Permanent.
LoggingIndicates whether the tablespace has logging enabled.
Extent ManagementIndicates whether the tablespace is managed locally or by dictionary.
Allocation TypeSpecifies how Oracle manages extents within the Tablespace.Values are System, or Uniform.
Plugged inIndicates whether a transportable tablespace is available.

About storage information related to a tablespace

...

The following table describes how the information in the Storage view is structured.

Table 6-2827 Structure of information in the Storage view

ItemDescription
DatafilesDisplays the number of datafiles supporting the tablespace.
Total SpaceDisplays the total space available in the tablespace.
Used SpaceDisplays the amount of used space in the tablespace.
Free SpaceDisplays the amount of free space in the tablespace.
Free ExtentsDisplays the number of free extents in the tablespace.
Largest Free ExtentDisplays the size of the largest free extent in the tablespace.
Initial ExtentDisplays the default size allocated to the first extent when creating a table in the tablespace.
Next ExtentDisplays the default size allocated to subsequent extents when creating a table in the tablespace.
Pct. IncreaseDisplays the default percentage increase in size on each subsequent extent allocation.
Min. Extent SizeDisplays the smallest extent size Oracle may use.
Min. ExtentsDisplays the minimum default number of extents allowed for tables within the tablespace.
Max. ExtentsDisplays the maximum default number of extents allowed for tables within the tablespace.

Associating a tablespace with other entities

...

The Overview, in the Objects tab, displays general table information and several overtime graphs. The following table describes how the general information is structured.

Table 6-2928 Structure of general information for a table

ItemDescription
Created onDisplays the date the table was created.
StatusDisplays the status of the table—whether it is valid or invalid.
PartitionedIndicates whether the table is partitioned.
NestedIndicates whether the table is nested.
TemporaryIndicates whether the table is temporary or permanent.
Index OrganizedIndicates whether the table is Index Organized.
ClusterIndicates whether the table is part of a cluster.
TablespaceDisplays the tablespace in which the table is created.
LoggingIndicates whether updates to the table are logged.
CacheIndicates whether the table is cached in the buffer cache.
RowsDisplays the number of rows in the table.
Last Analyzed onDisplays the date on which the table was last analyzed.

The following table describes the overtime graphs for a table.

Table 6-3029 Overtime graphs for an table

GraphDescription
In Oracle (Sum.)Displays the relevant In Oracle wait states.
ChangesDisplays the changes made over time where each point on the overtime graph represents a separate statistics or schema change.
BlocksDisplays the number of blocks allocated, split, empty or used.
RowsDisplays the number of rows in the table.

The changes, blocks and rows data is dependent on the Collect Schema Changes process. Precise for Oracle reports statistical changes when this process is run.

...

The following table describes the information displayed on tables in the RAC Database view.

Table 6-3130 Information displayed on tables in the RAC Database view

ItemDescription
DatabaseDisplays the logical name of the RAC database.
DB NameDisplays the Oracle database name.
DB IDDisplays the Oracle database ID.
Instance NumberDisplays the number of the instance in the RAC database.
InstancesDisplays the number of instances that share the same RAC database with the selected instance.
Overtime graphs

Displays the following overtime graph that compares the table activity of the entire database to the table activity of the selected instance, over the selected time period:

  • In Oracle (Sum.)

About the dictionary of a Table

The Dictionary view, in the Objects tab, displays the general properties of the table. The following table describes how the information in the Dictionary view is structured.

Table 6-3231 Structure of information in the Dictionary view

ItemDescription
Created onDisplays the date the table was created.
Last Modified onDisplays the date on which the table was last modified.
StatusDisplays the status of the table—whether it is valid, or invalid.
CacheIndicates whether the table is cached in the buffer cache.
DegreeSpecifies the degree of parallelism to be used when performing full table scans using parallel query.
PartitionedIndicates whether the table is partitioned.
NestedIndicates whether the table is nested.
TemporaryIndicates whether the table is temporary or permanent.
Index OrganizedIndicates whether the table is Index Organized.
clusterIndicates whether the table is clustered.
LoggingContains “Yes” if logging is enabled for all operations or “NO” if minimal logging is enabled whenever applicable. For more information, see Oracle’s documentation.
Info

If the selected table is partitioned, some of these fields will not be displayed in Precise for Oracle, but they will be displayed in the table partition itself.

...

The following table describes how the information in the Storage view is structured.

Table 6-3332 Structure of information in the Storage view

ItemDescription
TableName of the table.
OwnerOwner of the table.
TablespaceDisplays the tablespace where the table is located.
Segment BlocksDisplays the number of segment blocks in the table.
ExtentsDisplays the number of extents in the table.
Initial ExtentDisplays the size allocated to the first extent when the table was created.
Next ExtentDisplays the size allocated when the table size is not sufficient.
Pct. IncreaseDisplays the default percentage increase in size on each subsequent extent allocation.
Pct. UsedDisplays the percentage of used space in each data block.
Pct. FreeDisplays the percentage of space reserved in each data block for updates.
Min. ExtentsDisplays the minimum number of extents allowed.
Max. ExtentsDisplays the maximum number of extents allowed.
Init. Trans.Displays the initial number of transaction slots in each block.
Max. Trans.Displays the maximum number of transaction slots in each block.
Free ListsDisplays the number of free lists.
TypeDisplays Type of the object.
Table #Displays table id as shown in Oracle dictionary.
Info

If the selected table is partitioned, some of these fields are not displayed in Precise for Oracle, but they will be displayed in the table partition itself.

...

The following table describes how the information in the Statistics view is structured.

Table 6-3433 Structure of information in the Statistics view

ItemDescription
RowsIndicates the number of rows.
Chained RowsIndicates the number of chained rows.
Row Length (Avg.)Indicates the average row length.
Recent GrowthIndicates the growth of the table (in blocks) since the previous statistics collection and from the Collect Schema Changes process.
Last Analyzed onDisplays the date of the last analysis.
Empty BlocksDisplays the number of empty blocks.
Non-empty BlocksDisplays the number of non-empty blocks.
Free space per Block (Avg.)Displays the average amount of free space per block.

About table-related changes

...

The following table describes how the information in the Changes view is structured.

Table 6-3534 Structure of information in the Changes view

ColumnDescription
TimestampDisplays the date the change took place.
Change TypeDisplays a description of the change. For example: EMPLOYEE.DENSITY modified from 0.00201 to 0.00203.

Associating a table with other entities

...

The Overview, in the Objects tab, displays general index information and several overtime graphs. The following table describes how the general information is structured.

Table 6-3635 Structure of general information for an index

ItemDescription
Created onDisplays the creation date of the index.
StatusDisplays the status of the index—indicates whether it is valid, or invalid.
TypeDisplays the type of index—Normal or Bitmap.
UniqueIndicates whether the key values are unique.
PartitionedIndicates whether the index is partitioned.
TableDisplays the name of the table that the selected index is referring to.
OwnerDisplays the Oracle user that owns the index.
Distinct KeysDisplays the number of distinct values in the index.
Clustering Factor

Displays the clustering factor of the index.

The clustering factor is an important factor in determining how efficiently an index range scan will retrieve data from the table. It measures the degree to which the data in the index and its table are in the same order or, put another way, the probability that the next row to be fetched from the table is in the same block as the current row. It can vary between the number of blocks in the table (the best case because they are in the same order) and the number of rows in the table (the worst case because they are completely out of sync). The clustering factor tends to become worse over time as data is inserted and deleted. Note that the clustering factor makes no difference for a unique index lookup.

Leaf BlocksDisplays the number of blocks at the lowest index level.
B-LevelsDisplays the number of levels above the leaf blocks in the index (indicates the depth of the index).
Last Analyzed onDisplays the date when the index was last analyzed.

The following table describes the overtime graphs for a table.

Table 6-3736 Overtime graphs for a table

GraphDescription
In Oracle (Sum.)Displays the relevant In Oracle wait states.
ChangesDisplays the number of changes that took place.
Distinct KeysDisplays the number of distinct keys in the index.
Clustering FactorDisplays the clustering factor of the index.

The changes, distinct keys, and clustering factor data is dependent on the Collect Schema Changes process. Precise for Oracle reports statistical changes when this process is run.

...

The following table describes the information displayed on indexes in the RAC Database view.

Table 6-3837 Information displayed on indexes in the RAC Database view

ItemDescription
DatabaseDisplays the logical name of the RAC database.
DB NameDisplays the Oracle database name.
DB IDDisplays the Oracle database ID.
Instance NumberDisplays the number of the instance in the RAC database.
InstancesDisplays the number of instances that share the same RAC database with the selected instance.
Overtime GraphsDisplays the In Oracle (Sum.) overtime graph. The graph compares the index or unused index activity of the entire database, to the index or unused index activity of the selected instance, over the selected time period.

About the dictionary of an index

The Dictionary view, in the Objects tab, displays the general properties of the index. The following table describes how the information in the Dictionary view is structured.

Table 6-3938 Structure of information in the Dictionary view

ItemDescription
Created onDisplays the creation date of the index.
Last Modified onDisplays the date on which the index was last modified.
StatusDisplays the status of the index (valid or invalid).
TableDisplays the name of the table that the selected index is referring to.
OwnerDisplays the Oracle user that owns the index.
TypeDisplays the type of index—Normal, Bitmap.
UniqueIndicates whether the key values are unique.
PartitionedIndicates whether the index is partitioned.
CompressionIndicates whether the index has been defined with the COMPRESSES attribute.
LoggingIndicates whether updates to the index are logged.
ColumnsDisplays the number of columns in the index.
Info

If the selected index or unused index is partitioned, some of these fields will not be displayed in Precise for Oracle, but they will be displayed in the index partition itself.

...

The Storage view, in the Objects tab, displays storage information related to the index. The following table describes how the information in the Storage view is structured.

Table 6-4039 Structure of information in the Storage view

ItemDescription
TablespaceDisplays the Tablespace in which the index is located.
BlocksDisplays the number of blocks in the index.
ExtentsDisplays the number of extents in the index.
Initial ExtentDisplays the size allocated to the first extent when the index was created.
LoggingIndicates whether updates to the index are logged.
CompressionIndicates whether the index has been defined with the COMPRESSES attribute.
TableDisplays the name of the table that the selected index is referring to.
OwnerDisplays the Oracle user that owns the index.
Info

If the selected index or unused index is partitioned, some of these fields will not be displayed, but they will be displayed in the index partition itself.

...

The following table describes how the information in the Statistics view is structured.

Table 6-4140 Structure of information in the Statistics view

ItemDescription
Distinct KeysDisplays the number of distinct values in the index.
Clustering Factor

Displays the clustering factor of the index.

The clustering factor is an important factor in determining how efficiently an index range scan will retrieve data from the table. It measures the degree to which the data in the index and its table are in the same order or, put another way, the probability that the next row to be fetched from the table is in the same block as the current row. It can vary between the number of blocks in the table (the best case because they are in the same order) and the number of rows in the table (the worst case because they are completely out of sync). The clustering factor tends to become worse over time as data is inserted and deleted. Note that the clustering factor makes no difference for a unique index lookup.

Leaf BlocksDisplays the number of blocks at the lowest index level.
Leaf Blocks per KeyDisplays the average number of leaf blocks in which each distinct key value appears. There must be at least one leaf block for a unique key.
Data Blocks per KeyDisplays the average number of data blocks in which each distinct key value appears. There must be at least one leaf block for a unique key.
B-levelsDisplays the number of levels above the leaf blocks in the index (indicates the depth of the index).
Last Analyzed onDisplays the date when the index was last analyzed.

About changes to indexes

The Changes view, in the Objects tab, displays details of the changes made to the index. The following table describes how the information in the Storage view is structured.

Table 6-4241 Structure of the information in the Changes view

ColumnDescription
TimestampDisplays the date of the change.
Change TypeDisplays a description of the change. For example, EMP_DEPT_FK.DISTINCT_KEYS modified from 25 to 30.

Associating an index with other entities

...

The following table describes how the general information is structured.

Table 6-4342 Structure of general information for a column

ItemDescription
TableDisplays the name of the table to which the column belongs.
OwnerDisplays the Oracle-owning user.
PositionDisplays the numeric position of the column within the table.
Predefined TypeIndicates whether the column is a predefined data type.
TypeDisplays the data type of the column.
LengthDisplays the length of the column.
NullableIndicates whether the column is allowed to hold null values.
Default ValueDisplays a default value for the column, if any.

Additionally the Distinct Values, Null Values, and Density graphs are shown.

...

The following table describes how the information in the Statistics view is structured.

Table 6-4443 Structure of information in the Statistics view

ItemDescription
Value (Min.)Displays the lowest value for the column.
Value (Max.)Displays the highest value for the column.
Distinct valuesDisplays the number of different values.
Null valuesDisplays the number of nulls.
DensityDisplays the proportion of selective values divided by the number of distinct selective values. For uniformly distributed data this equates to one over the number of distinct values.
TimeDisplays the date of the analyses.
Sample SizeDisplays the number of rows sampled.
Length (Avg.)Displays the average length of the column.

About the buckets of a column

...

The following table describes how the information in the Buckets view is structured.

Table 6-4544 Structure of information in the Buckets view

ColumnDescription
BucketThe divisions of the Oracle statistics histograms.
Bucket LimitThe data value at the upper limit of each bucket.

Associating a column with other entities

...

The following table describes how the information in the Workshop view is structured.

Table 6-4645 Structure of information in the Workshop view

ItemDescription
Explained onDisplays the date on the which the statement was last explained.
Optimizer ModeDisplays the Oracle optimizer mode.
CostDisplays the optimizer cost.
Parsing UserDisplays the Oracle user that the explain plan is generated for.
CabinetDisplays the cabinet where the statement is stored.
FolderDisplays the folder within the cabinet where the statement is stored.
OriginIndicates where the statement originated from, for example, automatically collected.
Saved onDisplays the date statement was saved.
CommentDisplays a textual comment associated with the statement.

About associating a statement with other entities

...

The Overview, in the Objects tab, displays general information on the selected PL/SQL. The following table describes how the general information is structured.

Table 6-4746 Structure of general information for a PL/SQL

ItemDescription
NameDisplays the name of the PL/SQL.
OwnerDisplays the Oracle user to which the PL/SQL belongs.
Type

Displays the type of PL/SQL. Possible values are:

  • Procedure
  • Function
  • Package
  • Package Body
Created onDisplays the date on which the PL/SQL was created.
Last Modified onDisplays the date on which the PL/SQL was last updated.
StatusDisplays the status of the PL/SQL (valid or invalid).

About the text of a PL/SQL

...

The following table describes how the general information is structured.

Table 6-4847 Structure of general information for a view

ItemDescription
NameDisplays the name of the view.
OwnerDisplays the Oracle user to which the view belongs.
Created onDisplays the date on which the view was created.
Last Modified onDisplays the date on which the view was last updated.
TypeView
StatusDisplays the status of the view—whether it is valid or invalid.
Object IDDisplays the unique Oracle object ID for the view.

About the text of a view

The Text view, in the Objects tab, displays the full text of the selected view.

...

For example, the number of physical reads from all the tables in tablespace XDB has increased over time. This is probably due to index range scans or full table scans that need to return more rows.

 

...

.

...