0% found this document useful (0 votes)
4 views

Add Database to Cluster

Uploaded by

kwakutse20
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Add Database to Cluster

Uploaded by

kwakutse20
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

srvctl add database -d UATDB -o /u01/app/oracle/product/12.2.

0/dbhome_2

srvctl add database -d bionhdb -o /u02/app/oracle/product/11.2.0.4/dbhome_1

srvctl add instance -d CTSDB -i CTSDB1 -n DRKASTLEDB001


srvctl add instance -d CTSDB -i CTSDB2 -n DRKASTLEDB002

alter system set LOCAL_LISTENER="(ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP)


(HOST=10.70.10.142)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST=10.70.10.143)
(PORT=1521)))";

/usr/sbin/asmtool -C -l /dev/oracleasm -n OCR1 -s /dev/sdc1 -a force=yes

+ASM:/u01/app/11.2.0/grid:N
uat:/u01/app/oracle/product/11.2.0/db_1:N # line added by Agent

You might also like