EXPERT RESPONSE
Yes, changing from archivelog to noarchivelog mode requires you to mount the database exclusively from each instance. Prior to 10gR2 you could not do this with the cluster_database parameter set to TRUE. You need to start with the cluster_database parameter set to FALSE, shut down, repeat for each instance and then bring them up with the parameter set to TRUE.
There is no need to change the parameter in 10gR2 as long as you still mount exclusively from one instance.
Now, why you would want to go to noarchive from archive is another question ... :)
Thanks,
Bill
|