crazytraveller said: Do you mean even installation owner doesn't have superuser privileges?
DCTM_Guru said: You can ask your DBA to change the client_privilege and client_capability values in the actual DB and this will fix it.
DCTM_Guru said: When I said ask your DBA, I was implying to run SQL (not DQL). DQL will always check permissions before performing any actions against objects. If you update the underlying database table directly, you just need to have SA or db owner permissions.