Hello,
I can create an SQL-analytic privilege via the SQL command
create structured privilege <ap sql> for select on <view> where <field> = <restriction>
But where can I find this SQL-analytic privilege later?
select * from ownership where object_type = 'SQLANALYTICPRIVILEGE'
lets me at least find SQL-analytic privileges in the system. But where can I find out, how they were defined?
Analytic privileges generated from BW analysis authorizations are an example of SQL-analytic privileges where this would be interesting in order to check what has been generated.
Regards,
Ingo