Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Simple index (How to view data(all columns) of an index in toad)

Mac_Freak_RahulJul 12 2013 — edited Jul 14 2013

Hi All,

I am training myself on sql tuning and over the years I have seen ppl creating many indexes, today I am trying to learn various types of indexes and just curious to see physical data in an index but I am not able to do so on toad, I know if I have some index def like:

create index employees_employee_id on employees(employee_id)

my index would have two columns of information : first rowid and employee_ids in sorted order, right ? <- if my understanding is not right could any1 please correct me here.

PS: The major problem is to see physical index data in toad, please help me with it.

Many thanks

Rahul

This post has been answered by Karthick2003 on Jul 12 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2013
Added on Jul 12 2013
8 comments
637 views