|
Hi
Vladmir,
You
could find it from - select instance_number from v$instance;
You
can also query gv$instance to find all sessions connected to both the instances.
This query can be run from any instance and it will display all the sessions
connected to all the instances. There's a thread_id column which will provide
the instance number. For any of the gv$ views to work, you have to enable
parallel query (parallel_min_servers > 0).
Regards,
Ashok
|
- Find out thread in RAC session Vladimir Barac
- Balakrishnan, Ashok - VSCM
