NoLogging w/Table Insert
I have a 5bil row table I'm inserting data into. I understand NoLogging will improve the performance. My question is, if I alter the table for nologging, run my insert, alter table to logging and perform HOT backup, will I have any issues with recovery of that table moving forward? Thanks in advance.
0