Hi all,
how to confirm that particular index is used during sql request?
Yes, when I see explain plan from Oracle SQL Developer it shows that particular index is used.
Is it possible somehow to confirm that this index is used during performing sql request from Java client software?