s there a way to completetly prevent generation of redo logs during delete and insert in a table?
Hi,
Is there a way to completetly prevent generation of archive logs during delete and insert in a table
I checked no logging option and
no logging only affects certain operations
Normal inserts/updates/deletes on the table will be logged as normal
also it is mentioned in
Nologging Table Still generating Lots Of Archive Logs [ID 976722.1]
DDL and DML information regarding the creation of any new objects is logged in the REDO logs for recovery purposes .
Please Advice,
Ola
Is there a way to completetly prevent generation of archive logs during delete and insert in a table
I checked no logging option and
no logging only affects certain operations
Normal inserts/updates/deletes on the table will be logged as normal
also it is mentioned in
Nologging Table Still generating Lots Of Archive Logs [ID 976722.1]
DDL and DML information regarding the creation of any new objects is logged in the REDO logs for recovery purposes .
Please Advice,
Ola
0