I have a dataset that contains a username column. I want to filter BI visualizations automatically based on the logged-in user in Oracle Analytics Server (2025).
How can I implement RLS (Row Level Security) so each user only sees data related to their username?
Environment:
- Oracle Analytics Server 2025
- Oracle Server Console 12c
Should I configure this using Identity Domain policies, Data Security in the Console, or RPD filters? Any sample or best practice would be helpful.