sys.lob$
I can find out if an index is system generated by querying sys.ind$ and joining with other tables and views, but Lob indexes do not exist in that table. I would like to do a similar query using sys.lob$
In other words, how to find out if a lob index is system generated or not, using sys.lob$?
Thanks,
Rehab