Index Partition rebuild Query [message #122135] |
Fri, 03 June 2005 03:16 |
bhagwan
Messages: 86 Registered: September 2004
|
Member |
|
|
Hi,
Database:8.1.7
I want to build following script using sql query on oracle dictionary table.Something like
sql> Select 'ALTER INDEX '|| index_name ||' rebuild partition'
.....
e.g.ALTER INDEX <index_name> REBUILD PARTITION <partition_name>
How can I achieve the same?I searched for dictionary tables but could not find any oracle dictionary table where I can find index name along with its partition name.
Rgds,
Bhagwan
|
|
|
|