Hi,
I Need a script which will drop and recreate all indexes in my oracle schema and also the script will exclude primary key? I don't want to drop my primary key indexes.
Order of the script will be first drop the index and next it will be create the same drop index, Not all drop commands first and create commands next.
Can anyone help me on this?