Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Nologging another question
I create table with nologging,
use direct insert as :
insert into tablle1 select * from table2;
Q1: What happen if the application(which issue the statement) or the database crashed in the middle? Q2: If the insert finished sucessfully, also commited. Do we have to do a backup, otherwise those part of the data(of table1) will not be recovered. Is that right?
Thanks.
Eric Fang
![]() |
![]() |