Correct way to know the number of Database instances
Hi All,
I have a clustered Database which has two instance.
When I check the number of instances using SQL PLUS >select *from gv$instance
I can see two instances running on two different servers
But,
When I use srvctl as:
$srvctl status database -d DB_NAME
I'm seeing 3 instances:
Among which 2 are running
1 is not running.
Q)Is the 3rd instance is removed from Database using Oracle Enterprise Manager Grid Control
Because from my Grid control Account also I can see 2 instances Up and running.
Thanks,
Rafi.