Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

How to GRANT the Analytic Priviledge _SYS_BI_CP_ALL using SQL?

$
0
0

I'm trying to define a user named LUMIRA that can be used as a least privileged user for accessing Analytic Views that I've created for use with Lumira.

So far, I did the following to define access to the various schemas

CREATE USER LUMIRA PASSWORD Hana1234;

GRANT SELECT ON SCHEMA "WIKIDATA" TO LUMIRA;

GRANT SELECT ON SCHEMA "_SYS_BI" TO LUMIRA;

GRANT SELECT ON SCHEMA "_SYS_BIC" TO LUMIRA;

GRANT EXECUTE ON "SYS"."REPOSITORY_REST" TO LUMIRA;

 

The problem is I can't figure out the syntax for granting the _SYS_BI_CP_ALL Analytic Privilege. I was able to do this in the UI as shown below.

AV01.png

This is what the privilege looks like in GRANTED_PRIVILEGES.

AV02.png

I'm using SPS5.

Thanks in advance,

Bill


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>