on 2024 Jan 06 9:30 AM
Request clarification before answering.
I assume you are trying to access a schema rom HDI container. You can find a tutorial for what you are trying to do.
You can refer to the troubleshooting section in tutorial for figure out what has gone wrong. Essentially it is the following statement. You can find an app for this in HANA DB Cockpit as well.
call SYS.GET_INSUFFICIENT_PRIVILEGE_ERROR_DETAILS ('<GUID>', ?)
The issue is probably a missing grant or admin option to the role or user in the previous step.
CREATE ROLE CCROLE;
grant SELECT, UPDATE, INSERT, DELETE, EXECUTE, SELECT METADATA ON SCHEMA "PLAIN" TO CCROLE with grant option;
grant CCROLE to PLUSR with admin option;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.