RAC enable archive mode
星期三, 十二月 3rd, 2008首先关闭节点2 3 4
在节点1 上执行一下工作
alter system set cluster_database=flase scope=spfile;
alter system set log_archive_format=’arch_%S_R%_T%’;
alter system set log_archive_dest_1=’location=/ocfs2/archive’ scope=spfile sid=’*';
shutdown immediate
然后启动到mount状态
startup mount
alter database archivelog
alter database open
alter system set parameter CLUSTER_DATABASE= true scope=spfile;
shutdown immediate
然后启动所有节点
