Topic: Database Administration >> How to check number of instances in RAC?
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: How to check number of instances in RAC? |
| shantanu |
Posted: Jan 29, 2008 02:48:14 AM |
Total Post: 42
Joined: May, 2007
|
| What parameter specifies number of instances running on a RAC. |
|
|
Vinod |
| Posted: Jan 29, 2008 09:00:25 AM | |
|
Total Post: 54
Joined: Oct, 2007
|
/u01/app/oracle/product/9.2.0/dbs/initORCL.ora
*.cluster_database = TRUE
*.cluster_database_instances = 4
orcl1.instance_name = orcl1
orcl2.instance_name = orcl2
orcl1.instance_number = 1
orcl2.instance_number = 2
*.service_names = "ORCL"
orcl1.thread = 1
orcl2.thread = 2
orcl1.local_listener="(address=(protocol=tcp)(host=vinod )(port=1555))"
orcl1.remote_listener="(address=(protocol=tcp)(host=vinod )(port=1556))"
orcl2.local_listener="(address=(protocol=tcp)(host=vinod )(port=1556))"
orcl2.remote_listener="(address=(protocol=tcp)(host=vinod )(port=1555))"
orcl1.undo_tablespace=UNDOTBS1
orcl2.undo_tablespace=UNDOTBS2
SQL> select INST_NUMBER,INST_NAME from v$active_instances;
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 814 |
| Mohammed Taj | 694 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| positive fanatic | 361 |
| Gitesh Trivedi | 322 |
| Gopu Gopi | 239 |
| neeraj sharma | 228 |
| Ramesh Jois | 226 |
| snehalatha p | 169 |
|
|