EM13c : Cluster Database --> Search Sessions and Search SQLs Report Data Only From 1 Node
(Doc ID 2799114.1)
Last updated on AUGUST 12, 2021
Applies to:
Enterprise Manager for Oracle Database - Version 13.3.2.0.0 to 13.5.1.0.0 [Release 13c]Information in this document applies to any platform.
Symptoms
In Enterprise Manager (EM) Cloud Control, Cluster Databases, the Search Sessions & Search SQLs page only reports the data from Node 1.
Case 1 : Search Sessions
Cluster database -> Performance -> Search Sessions -> Specify Search Criteria -> Filter=SID
SQL> select inst_id, sid, serial#,process, status from gv$session;
This query gives the list of sessions running currently on both the nodes of Cluster. But on console, sessions from only NODE1 were displayed.
Search for any SID in filter: In the following scenario, used SID : 1. Only the SID 1 from Node 1 is reported.
SQL> select inst_id, sid, serial#,process, status from gv$session where sid='1';
INST_ID SID SERIAL# PROCESS STATUS
---------- ---------- ---------- ------------------------ --------
1 1 29662 11346 ACTIVE
2 1 44125 11071 ACTIVE
Case 2 : Search SQLs
Cluster database -> Performance -> SQL -> Search SQL -> Search -> Lists the SQLs only from Node 1.
Instance column confirms the same. All the details are listed only from 1st Node.
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 |