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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto-Generate DDL from Catalog

Status
Not open for further replies.

btturner

Programmer
May 17, 2001
175
US
Does anyone have SQL which will auto-generate CREATE INDEX DDL using SQL's Catalog as it's data source?

(I do NOT want to manually create the DDL using Enterprise Manager generate sql script)

I have the need to DROP Indexes prior to loading large volumes of data. Then, dynamically recreating the IDX's using the DDL rendered in step 1 above.

-thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top