1、環(huán)境描述:
Oracle 10g RAC ,在線修改db_files參數(shù)
2、操作如下
SQL> show parameter db_files
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
db_files integer 200
SQL> alter system set db_files=1000 scope=spfile sid='*';
System altered.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 536870912 bytes
Fixed Size 1268508 bytes
Variable Size 150996196 bytes
Database Buffers 381681664 bytes
Redo Buffers 2924544 bytes
ORA-01105: mount is incompatible with mounts by other instances
ORA-01174: DB_FILES is 1000 buts needs to be 200 to be compatible
--報(bào)錯(cuò),提示數(shù)據(jù)庫Mount與另一個(gè)實(shí)例mount不一致,修改后的參數(shù)為1000與另一個(gè)節(jié)點(diǎn)的參數(shù)200不一致。
3、解決方法
關(guān)閉第二個(gè)節(jié)點(diǎn)的實(shí)例,這樣就是同時(shí)關(guān)閉了兩個(gè)節(jié)點(diǎn)的實(shí)例,或者說需要關(guān)閉所有節(jié)點(diǎn)的實(shí)例。必然影響業(yè)務(wù)了。有的參數(shù)可以在線更改,有的參數(shù)可以滾動修改,這些都不影響業(yè)務(wù)。但是db_files 這個(gè)參數(shù)必然影響業(yè)務(wù)了,只能找一個(gè)對業(yè)務(wù)影響最小的時(shí)間點(diǎn)重啟所有實(shí)例即可。
SQL> conn / as sysdba
Connected.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 536870912 bytes
Fixed Size 1268508 bytes
Variable Size 150996196 bytes
Database Buffers 381681664 bytes
Redo Buffers 2924544 bytes
Database mounted.
Database opened.
SQL>
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。