on 2020 Jul 10 8:18 AM
Dear Experts,
I'm trying to run this SQL
But getting this error,
I have all the required Privileges including Admin Privilege on the system.
Could you please suggest, What privileges are missing ?
You mentioned that you have the "ALTER" privilileges on your schema. That means that you have only priviliges for e.g. DDL statements changing the definition of your objects in that specific schema.
But you are trying to alter the result cache of an object. For that the system privilege "OPTIMIZER ADMIN" is required. Please check the documentation here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Florian.
I just for the OPTIMIZER ADMIN Privilege and looks like I have that role as well. Please see below attachment.
roles.png. I still get the same authorization error.
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
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.