NOLOGGING option with DELETE statement
Hi,I am testing DELETE with NOLOGGING as follows
DELETE FROM test NOLOGGING.
But this is taking same time as without NOLOGGING with DELETE statement. Am i using it wrongly, doesn't NOLOGGING work with DELETE statement? If yes then why syntactically it is allowed to mention with the delete statement? When NOLOGGING works and how?
Salman
DELETE FROM test NOLOGGING.
But this is taking same time as without NOLOGGING with DELETE statement. Am i using it wrongly, doesn't NOLOGGING work with DELETE statement? If yes then why syntactically it is allowed to mention with the delete statement? When NOLOGGING works and how?
Salman
0