I have created a remote source XYZ in HANA DB. Only I can alter this remote source. I have tried to grant authorization to a role so that I can assign this role to others.
GRANT ALTER ON REMOTE SOURCE "XYZ" TO ROLE "REMOTE_SOURCE_ALTER" WITH GRANT OPTION;
I get a syntax error "near "XYZ"."
Help!
Request clarification before answering.
Hi @Martin2
Thank you for your question.
The syntax error you're getting is likely due to either:
I suggest you try this version:
GRANT ALTER ON REMOTE SOURCE XYZ TO ROLE "REMOTE_SOURCE_ALTER";
Please make sure you're executing it as the user who created the remote source or has the necessary admin rights.
I hope this helps provide clarity for your customer. I am happy to help if you have further questions.
If you find my response helpful, kindly accept the answer and award a Kudos to this post. Your support is appreciated.
Best regards
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.