SQL> startup mount
ORACLE 例程已经启动。
ORACLE 例程已经启动。
Total System Global Area 209715200 bytes
Fixed Size 1248140 bytes
Variable Size 121635956 bytes
Database Buffers 83886080 bytes
Redo Buffers 2945024 bytes
数据库装载完毕。
SQL> alter database backup controlfile to '+DATA/orcl/controlfile/control01.ctl';
Fixed Size 1248140 bytes
Variable Size 121635956 bytes
Database Buffers 83886080 bytes
Redo Buffers 2945024 bytes
数据库装载完毕。
SQL> alter database backup controlfile to '+DATA/orcl/controlfile/control01.ctl';
数据库已更改。
SQL> alter database backup controlfile to '+DATA/orcl/controlfile/control02.ctl';
数据库已更改。
SQL> alter system set control_files="+DATA/orcl/controlfile/control01.ctl","+DATA/orcl/controlfile/control02.ctl" scope=spfile;
系统已更改。
SQL> shutdown immediate
ORA-01109: 数据库未打开
ORA-01109: 数据库未打开
已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup
ORACLE 例程已经启动。
Total System Global Area 209715200 bytes
Fixed Size 1248140 bytes
Variable Size 113247348 bytes
Database Buffers 92274688 bytes
Redo Buffers 2945024 bytes
数据库装载完毕。
数据库已经打开。
SQL> show parameter control_files
Fixed Size 1248140 bytes
Variable Size 113247348 bytes
Database Buffers 92274688 bytes
Redo Buffers 2945024 bytes
数据库装载完毕。
数据库已经打开。
SQL> show parameter control_files
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_files string +DATA/orcl/controlfile/control01.ctl, +DATA/orcl/controlfile/control02.ctl
------------------------------------ ----------- ------------------------------
control_files string +DATA/orcl/controlfile/control01.ctl, +DATA/orcl/controlfile/control02.ctl
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/17997/viewspace-606946/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/17997/viewspace-606946/