SQL Profiles and Indexes used by them
Let's say I have a statement that has an SQL Profile. This profile uses an Index. Then I drop the index. What happens now If I execute the statement? Will the profile become disable or will remain active but the statement will stop using it.
What happens if I recreate the index, exactly the same name and columns. Will the statement resume using it?