What are the Oracle9i online data reorganization capabilities?
Oracle8i introduced many useful online data reorganization features such as creating, rebuilding, and coalescing indexes online; moving and reorganizing index-organized tables (IOTs) online. Oracle9i further extends Oracle’s online capabilities: support for IOT secondary indexes, support for additional index types, and support for analyze validate structure online. The latest Oracle9i release adds rename column and constraint online capabilities. But the most exciting online feature in Oracle9i is the online data redefinition feature. The feature allows Oracle database administrators to redefine tables online. For example, administrators can transform a heap table to an IOT or change a non-partition table to a partition table online. Moreover, during the redefinition administrators can change the table’s physical or storage attributes, move the table to a new tablespace, modify the table structure, or transform data in the table.