LOGGING
or NOLOGGING
. If performed with NOLOGGING
, no redo data will be generated. create
and alter
SQL statements for the following objects: create index … rebuild
alter table … move
NOLOGGING
clause is ignored if the respective object is located in a database or tablespace with force logging. redo size
statistics. update
statements can be reduced by using dbms_redefinition.execute_update
.