Viewing Storage Parameter Tables

Use this procedure to check the current values in any of the storage parameter tables.

Note: A substantial amount of output might be generated by these statements. To view a specific table, use a WHERE clause to specify the table name.

If the output from this query scrolls by too quickly to read, type set pause on set pagesize 25 at the SQL command prompt and reissue the query.

To view the storage parameter tables

  1. Connect to the database with the user name and password used to create tables and indexes.
  2. At the SQL command prompt, type the following SQL statements:

    select * from law_dba_table;

    select * from law_dba_index;

    select * from law_dba_clauses;

  3. To view the query results in the output file, use the text editor of your choice.