Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Indexes & Constraints ? help please

Status
Not open for further replies.

Striker99

Programmer
Oct 31, 2001
34
UA
All,

I have to change certain storage parameters of the tables & indexes. Changing for tables and explicit indexes was not a problem, since i could import the dump file into a text file and then edit that file. But for the implicit indexes ( PRIMARY and UNIQUE KEY CONSTRAINTS) its causing some grief. I decided to use the 'ALTER INDEX' with 'REBUILD' option to change the storage parameters and more tablespace.

My question is, is it okay to REBUILD these implicit indexes with 'ALTER INDEX' option. There is no ORACLE documentation on this.

Any comments on this is greatly appreciated.

Thanks,
striker99
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top