I need to gather all the applicable options (and their values if applicable) that could have been used on an index during creation/alteration.
Does anyone know what system tables may hold the information concerning the following create-index options:
1) "with consumers = x" clause
2) "statistic using <num_steps> values" clause
3) "on segment_name" clause
4) index_partition clause ::= [ local index [partition_name [on segment_name ]
[, partition_name [ on segment_name ] ... ] ] ]
Thanks
Does anyone know what system tables may hold the information concerning the following create-index options:
1) "with consumers = x" clause
2) "statistic using <num_steps> values" clause
3) "on segment_name" clause
4) index_partition clause ::= [ local index [partition_name [on segment_name ]
[, partition_name [ on segment_name ] ... ] ] ]
Thanks