溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

19c OneNode Convert to RAC

發(fā)布時(shí)間:2020-08-13 00:10:52 來(lái)源:ITPUB博客 閱讀:225 作者:wuweilong 欄目:關(guān)系型數(shù)據(jù)庫(kù)

一、查看狀態(tài)

[oracle@ora19crac1 ~]$ srvctl config database -d woo
Database unique name: woo
Database name: woo
Oracle home: /u01/app/oracle/product/19.3.0/dbhome_1
Oracle user: oracle
Spfile: +DATA_GP01/WOO/PARAMETERFILE/spfile.272.1034102483
Password file: +DATA_GP01/WOO/PASSWORD/pwdwoo.256.1034100671
Domain: 
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: AUTOMATIC
Server pools: 
Disk Groups: DATA_GP01
Mount point paths: 
Services: onenode,server_taf
Type: RACOneNode
Online relocation timeout: 30
Instance name prefix: woo
Candidate servers: ora19crac1
OSDBA group: dba
OSOPER group: oper
Database instances: woo_1
CSS critical: no
CPU count: 0
Memory target: 0
Maximum memory: 0
Default network number for database services: 
Database is administrator managed

二、轉(zhuǎn)換為RAC

[oracle@ora19crac1 ~]$ srvctl add instance -d woo -i woo2 -n ora19crac2

三、查詢轉(zhuǎn)換后的結(jié)果:

[oracle@ora19crac1 ~]$ srvctl config database -d woo
Database unique name: woo
Database name: woo
Oracle home: /u01/app/oracle/product/19.3.0/dbhome_1
Oracle user: oracle
Spfile: +DATA_GP01/WOO/PARAMETERFILE/spfile.272.1034102483
Password file: +DATA_GP01/WOO/PASSWORD/pwdwoo.256.1034100671
Domain: 
Start options: open
Stop options: immediate
Database role: PRIMARY
Management policy: AUTOMATIC
Server pools: 
Disk Groups: DATA_GP01
Mount point paths: 
Services: onenode,server_taf
Type: RAC
Start concurrency: 
Stop concurrency: 
OSDBA group: dba
OSOPER group: oper
Database instances: woo1,woo2
Configured nodes: ora19crac1,ora19crac2
CSS critical: no
CPU count: 0
Memory target: 0
Maximum memory: 0
Default network number for database services: 
Database is administrator managed

四、啟動(dòng)節(jié)點(diǎn)二實(shí)例:

[oracle@ora19crac1 ~]$ srvctl start instance -d woo -n ora19crac2
[oracle@ora19crac1 ~]$ srvctl status database -d woo
Instance woo1 is running on node ora19crac1
Instance woo2 is running on node ora19crac2
向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI