on 2018 Nov 15 12:27 AM
We have remote source and we want to add it to a role. Is this right syntax?
"object_privileges":[
{
"name":"PSX_CDO",
"type":"REMOTE SOURCE",
"privileges":[ ],
"privileges_with_grant_option":[ "CREATE VIRTUAL TABLE" ]
}
]
}
If you are asking in the context of XSA, then it is correct.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As said in my answer, the syntax snippet in your question is correct for XSA. But in your comment it can be seen that you are trying to create a role in XSC mixed with the XSA syntax. In case you wanna (still) create a role via XSC you have to apply the correct syntax. For details please check the official help for that.
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.