Hi everyone,

I have a question on the DROP TABLE -> CREATE TABLE AS SELECT NOLOGGING method comparing to the CREATE TABLE (Once) NOLOGGING and perform INSERT /*+ APPEND */ method.

Which is faster ? Provided the table is very huge.

Thanks