Showing Tables with BR*Tools
You can use BR*Tools for Oracle to show information about tables.
Start the procedure using BRGUI or BRTOOLS, or from the command line:
BRGUI or BRTOOLS:
Choose .
BRGUI or BRTOOLS displays the menu BRSPACE main options
for showing database information
, where you specify the options with which you call BRSPACE.
Set the required options:
Menu Entry |
Equivalent BRSPACE Command Option |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This shows you the BRSPACE -f dbshow -c cfinfo command that is to be executed using the current settings. |
Note
If required, in Database table
you can enter the names of multiple tables by using wildcards. For more information, see Selecting Objects in Segment
Management with BR*Tools.
In Database tablespace
and Database owner
, you can specify multiple objects but you cannot use wildcards. BRSPACE processes all the tables in the specified tablespace(s) or all tables belonging to the specified owner(s).
Choose Continue
BRGUI or BRTOOLS prompts you to start BRSPACE.
Choose Continue
to start BRSPACE.
Command line:
Enter at least the following command:
brspace -f dbshow -c tbinfo
You can enter more parameters if required. For more information, see BRSPACE -f dbshow.
BRSPACE starts and you see a message that includes Start of BRSPACE processing
. From now on, BRSPACE writes a detail log if you set the option Create
log file
(parameter -l|-log
).
Note
If you started BRSPACE from the command line without the information class name (-c|-class
) – that is, with brspace -f dbshow – BRSPACE displays the Show database information main menu
.Choose .
If you have already entered a single table name, continue with step 4.
BRSPACE displays the List of database tables
:
List Entry |
Meaning |
|---|---|
|
List sequence number |
|
Table owner |
|
Table name |
|
Partitioned: yes or no |
|
Number of partitions for partitioned table |
|
Monitoring attribute |
|
Degree of parallelism |
|
Number of indexes |
|
Tablespace name |
|
Table compression |
|
LOB types / LOB compression |
|
Date last analyzed by update statistics |
|
Number of rows |
|
Total space allocated to the table |
|
Used space in table: percentage of total space used |
|
Amount of data in the table: percentage of total space for data |
To see more information, select one or more tables.
Example
These examples only apply to input in character mode.
To select the first three entries in the list, enter 1-3.
To select the first and third entries, enter 1,3.
To select the first three entries and the fifth, enter 1-3,5.
To select all entries, enter 0.
BRSPACE displays Information about table
:
List Entry |
Meaning |
|---|---|
|
Partitioned: yes or no |
|
Number of partitions for partitioned table |
|
Monitoring attribute |
|
Degree of parallelism |
|
Index-organized tables: yes or no |
|
Number of indexes |
|
Table compression: yes or no |
|
LOBs or LOB compression: yes or no |
|
Tablespace name |
|
Date last analyzed by update statistics |
|
Sample size of update statistics |
|
Number of rows |
|
Total space allocated to the table |
|
Used space in table / percentage of total space used |
|
Amount of data in the table / percentage of total space for data |
|
Amount of LOB space allocated to the table |
|
Used LOB space in table / percentage of total space used |
|
Amount of LOB data in the table / percentage of total LOB space for data |
|
Number of chained rows |
|
Next extent size |
|
Maximum number of extents possible |
If you specified multiple tables, choose Continue
to scroll through.
If you set the option Create log file
(parameter -l|-log
), check the results in the BRSPACE logs.
The summary log space<DBSID>.log
displays the return code.
The detail log s<encoded timestamp>.dbw
displays the details.
For more information on how to view the logs with BR*Tools, see Showing Profiles and Logs with BR*Tools.