I am studying on a project that requires to manipulate the index data.
I know oracle uses b-tree index as the default structure.. But where
is this structure stored? Is it a table. If so, can I access data (in
the index)?
Can I access the index from outside (from a java application) Actually
I want to "traverse" the nodes of B-tree.
Thanks a lot..
Utku
I know oracle uses b-tree index as the default structure.. But where
is this structure stored? Is it a table. If so, can I access data (in
the index)?
Can I access the index from outside (from a java application) Actually
I want to "traverse" the nodes of B-tree.
Thanks a lot..
Utku
Comment