Originally posted by kris109
Nologging on tables or tablespace does not disable import logging. James_cc is correct in saying that for slow imports, putting database in noarchivelog mode improves performance. Of course, the missing logs make the previous backups useless for complete recovery and a new full backup must be taken.
Ah, you were talking about Import the utility -- I interpreted it as the generic process of loading external data, as through SQL*Loader or whatever. Okey dokey.