unrecoverable and nologging
582889Feb 22 2008 — edited Feb 22 2008Hi is there any diffrence between unrecoverable and nologging.As far as I know both do not generate redo.
For instance:
1-)create table new_table unrecoverable as select * from old_table where ....;
2-)create table new_table nologging as select * from old_table where ....;
any diffrence?