danowillging
Programmer
I have a set of 14 tables or so that I load nightly. I truncate first, then load through SQL*LOADR. There are never any UPDATEs, INSERTs or DELETEs on these tables. I also do a nightly full export and do a hot OTB twice a week.
I would like opinions whether I should say NOLOGGING since
in the event of a media crash, I can first do media recovery and then drop the tables and then reload those tables through SQL*LOADR again.
I am trying to minimize the number of archived Re-Do logs I am generating due to disk space problems. I am posting this question because I want to make sure I am not missing anything. I think this is safe....
Thanks
Dan Willging
I would like opinions whether I should say NOLOGGING since
in the event of a media crash, I can first do media recovery and then drop the tables and then reload those tables through SQL*LOADR again.
I am trying to minimize the number of archived Re-Do logs I am generating due to disk space problems. I am posting this question because I want to make sure I am not missing anything. I think this is safe....
Thanks
Dan Willging