Hello,
In attempting to speed up an import I want to disable archive logs then enable them after the import.
I used this command to disable archive logs: ALTER SYSTEM ARCHIVE LOG STOP, but found that redo log files were being generated and my import stopped when the redo logs cycled from Redo4 to Redo1.
On an open database,
1. What are all the commands required disable archive log mode?
2. What are all the commands required to enable archive log mode?
Thanks,
Michael42
In attempting to speed up an import I want to disable archive logs then enable them after the import.
I used this command to disable archive logs: ALTER SYSTEM ARCHIVE LOG STOP, but found that redo log files were being generated and my import stopped when the redo logs cycled from Redo4 to Redo1.
On an open database,
1. What are all the commands required disable archive log mode?
2. What are all the commands required to enable archive log mode?
Thanks,
Michael42