Can anyone tell me how to identify if a pk index has been :
a. explicitly created by a user
or
b. has been implicitly created by oracle when a user creates a pk constraint
info from data dictionary index and constraint tables seems to be identical
i already know one destructive way ... disable the constraint and see if the index is auto dropped
but i would really like a non-intrusive methodology ...
regards, david - no such thing as problems - only solutions.
a. explicitly created by a user
or
b. has been implicitly created by oracle when a user creates a pk constraint
info from data dictionary index and constraint tables seems to be identical
i already know one destructive way ... disable the constraint and see if the index is auto dropped
but i would really like a non-intrusive methodology ...
regards, david - no such thing as problems - only solutions.