- 最后登录
- 2014-3-13
- 在线时间
- 9 小时
- 威望
- 0
- 金钱
- 48
- 注册时间
- 2012-4-18
- 阅读权限
- 10
- 帖子
- 16
- 精华
- 0
- 积分
- 0
- UID
- 360
|
1#
发表于 2013-7-9 16:38:54
|
查看: 3363 |
回复: 3
[oracle@rac2 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Tue Jul 9 16:01:41 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 647204864 bytes
Fixed Size 2231152 bytes
Variable Size 515900560 bytes
Database Buffers 121634816 bytes
Redo Buffers 7438336 bytes
ORA-01105: mount is incompatible with mounts by other instances
ORA-19808: recovery destination parameter mismatch
SQL> show parameter db_recovery
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_recovery_file_dest string
db_recovery_file_dest_size big integer 4347M
SQL> show parameter spfile
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
spfile string +DATA1/racdb/spfileracdb.ora
SQL> select name,value,inst_id from gv$system_parameter where name='db_recovery_dest_size';
no rows selected |
|