ORA-01924: role 'DBA' not granted or does not exist ERROR
I've setup a new ATP instance and logged in with the default ADMIN DB user.
I created a new database user called DM_ADMIN and tried to run this command:
GRANT DBA TO DM_ADMIN;
How do I resolve this error? I tried to manual assign this role through the Database Users GUI as well and got the same error even though the DBA role exists there.