Hi Arne,
if you have any idea, which privileges I miss in my roles, please let me know.
As I said, if I remove this two roles from the ETL-user, than he is not authorized anymore.
- access_role
- external_privileges_role
My role includes only the privileges for the tables:
"object_privileges":[
{
"name": "TBASE.db.data::tbase.cds.PATIENT",
"type": "TABLE",
"privileges": [ "SELECT","UPDATE","DROP","REFERENCES","INDEX","DELETE","INSERT","ALTER","TRIGGER" ]
}
Thanks!