把oracle rac 转化为单机数据库代码 1. Stop database and CRS on both node $ srvctl stop database -d mydb # crsctl stop crs
2. Turn Off RAC
SQL> startup ORA-29702 error occurred in Cluster Group Service operation.毕业论文
Relink with the RAC OFF. $ cd $ORACLE_HOME/rdbms/lib $ /usr/ccs/bin/make -f ins_rdbms.mk rac_off
Relinking oracle $ make -f ins_rdbms.mk ioracle
## OR , both working fine $ cd $ORACLE_HOME/bin $ relink oracle
If ASM Instance Exist, run below command as root # /oracle/product/10.2.0/db/bin/localconfig delete # /oracle/product/10.2.0/db/bin/localconfig add
3. Parameter(Pfile/spfile) & database changes
[1] [2] 下一页
|