Change the database to archive log mode. There are 1438 tables with status LOGGING=NO.
I need to change a database to archive log mode. There are 1438 tables with status LOGGING=NO.
- Do I need to alter these tables to logging status before changing the database to archive log mode?
- There are temp tables that developers want to stay with logging=no. Can I do an "alter database force logging;"?
- Do I have to do this (alter database force logging) before or after altering the tables? Before or after change the database to archive log mode?
Regards,
Maritza
1