My Oracle Support Banner

In 11.2.0.2, Selects From GV$ Views Fails and gives IPC Send timeout Errors (Doc ID 1329218.1)

Last updated on SEPTEMBER 16, 2021

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.2.0 and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

Ref: 2 node RAC - 11.2.0.2.2(asm) - Solaris10

Selecting from gv$ views fails in ASM after upgrade to 11.2.0.2


select gv$asm_diskgroup.GROUP_NUMBER||'|'||gv$instance.INSTANCE_NAME||'|'||gv$asm_diskgroup.NAME||'|'||round(gv$asm_diskgroup.TOTAL_MB)||'|'||
round(gv$asm_diskgroup.FREE_MB)||'|'||round(gv$asm_diskgroup.USABLE_FILE_MB)||'|'||nvl(gv$asm_diskgroup.TYPE, 'DBCA_NULL')||'|'||gv$asm_diskgroup.STATE||'|'||
nvl(gv$asm_diskgroup.COMPATIBILITY, 'DBCA_NULL')||'|'||nvl(gv$asm_diskgroup.DATABASE_COMPATIBILITY, 'DBCA_NULL')
from gv$instance,gv$asm_diskgroup where gv$instance.INST_ID=gv$asm_diskgroup.INST_ID order by NAME;


alert_+ASM2.log:


Also, ASMCA does not display any details for ASM disk groups.

However ASM seems otherwise to be functioning properly (disk groups mounted, etc.) after the upgrade to 11202.


Other details
~~~~~~~~~~~~~~~
* RECENT CHANGES : upgrade to 11.2.0.2
* O/S DETAILS : SunOS 5.10
* Cluvfy show MTU 9000 for interconnect interface.

.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.