Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Index Organized Tables | What tablespace?
select index_name, tablespace_name from dba_indexes where table_name = '{iot table}'
The table is stored as its primary key index.
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk kwagner_at_watchmark.com wrote in message <8rar4k$7p7$1_at_nnrp1.deja.com>...Received on Tue Oct 03 2000 - 13:22:12 CDT
>Howdy,
> How can I determine what tablespace an IOT has been created in
>(when no overflow exists)? The tablespace_name column in dba_tables is
>null in every occurance of IOT and these objects to not appear in
>dba_segments or dba_indexes.
>
>???
>Kevin Wagner
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
![]() |
![]() |