Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Index-organized tables
Hello,
is it possible to modify (alter) index-organized table? In documentation I read, that "you cannot ADD columns to an index-organized table, but you can alter the definition of an index-organized table.". But it seems I can do it.
To following code surprisingly works for me:
ALTER TABLE source_type ADD (some_column VARCHAR2(500))
So how it is? Can IOT table be modified or not (or sometimes not).
Do you think it is good idea to use IOTs for small lookup tables, that are updated very seldom?
Thank you in advance,
Pavel
Received on Fri Aug 29 2003 - 03:29:40 CDT
![]() |
![]() |