Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE, KPI'S
Answers
-
Follow the detail in row level security I have provided, really - the answer is there!
0 -
W_USERS_D T8402 /* Data Filter */
Actually I think you want to follow the steps described here: https://docs.oracle.com/middleware/12211/biee/BIEMG/GUID-1FDC0A15-9DE7-4838-9C0E-03290F5558B2.htm#dataaccess_db_level
0 -
I have done that but still not working.
0 -
It is not the correct way to apply row level security but you might want to check the logic table source of your FACT W_MEASUREMENTS_F to see if the row level security has been applied by joining to the other tables that way.
0 -
Hi,
My FACT W_MEASUREMENTS_F TABLE has been join to the other tables perfectly and there is no row level security applied...
0 -
Hi,
I am asking you to open the table source for your fact and look at the Logical table there in.
Then double click on that and look at the physical tables that make up the logical table source.
If it is not there then check the physical table in the physical layer and see if anything has been applied in the WHERE clause in that.
Neither way is the correct way to apply row level security, but as you say that row level security is not applied in the conventional way, but your physical sql shows otherwise, the other tables must be entering into the relationship somewhere.
0 -
Hi Robert,
I just check the logical table source on the content tab i see the following. should i take the following script out?
0 -
Yes, that is exactly it, delete it and all users will see all rows of data in that table, BUT, before you delete it - this is part of your security model, someone obviously put it there to apply a row level security in your OBIEE solution, don't you want to find out why BEFORE you remove it ??
0 -
Hi Robert,
Oh yes i am going to find out before i take any action.
I will give you feedback on that.
Thanks alot.
0 -
I need "closure" after sticking with you until the end - did this resolve your issue?
0