usergroup1 -> SCHEMA1.TABLEA
Create Analytical View
Create 2 Analytical Privileges
1. Allows selection on complete data (assign this to usergroup1)
2. Restriction on complete data (assign this to usergroup2)
Repeat the same for usergroup2 -> SCHEMA2.TABLEA
In your procedure
CE_OLAP_VIEW(:SCHEMA1.Analytical View) UNIONALL CE_OLAP_VIEW(SCHEMA2.Analytical View)
SriHari Bandi.