What Are law_dba_clauses Column Descriptions?
Table partitioning lets you split tables and indexes into different
table spaces. This capability is particularly useful when you are
managing very large tables and indexes. The law_dba_clauses
lets you store information for each partitioned table or index in
a product line.
The following table describes the columns in law_dba_clauses
.
Column | Description |
---|---|
Object_Name
|
Name of the object to which the clause belongs. |
Object_Type
|
Type of object. Valid values are TABLE or INDEX
|
Clause_Type
|
Type of clause. The valid value is PARTITION .
|
Position
|
The position that the clause in this row should be concatenated in. |
Clause
|
The text of the clause. |