Using sysresv with RAC system
We are running a 9.2 RAC system & I've noticed that the "sysresv" utility does not work when run against a RAC instance. It does not show the shared memory segments and reports that the instance is "not alive" even though it is :
[oracle@grf25l bdump]$ echo $ORACLE_SID
fusprod2
[oracle@grf25l bdump]$ sysresv
IPC Resources for ORACLE_SID "fusprod2" :
Shared Memory
ID KEY
No shared memory segments used
Semaphores:
ID KEY
360456 0xdfc1639c
393225 0xdfc1639d
425994 0xdfc1639e
458763 0xdfc1639f
491532 0xdfc163a0
Oracle Instance not alive for sid "fusprod2"
Does anyone have any idea why this is ?
Thanks
John