Block Size | Max length (bytes) |
2K | 1478 (758) |
4K | 3118 (1578) |
8K | 6398 (3218) |
16K | 12958 (6498) |
32K | 26510 (?) |
dba_join_ind_columns
Oracle: DBA_INDEXES
and their columns in dba_ind_columns
. dba_ind_columns
allows to query the columns in an index. dbms_space.create_index_cost
determines the cost of creating an index (on an existing table).