ORA-47410 issue on 19c
SQL> conn system/xxxxx@DB1
Connected.
SQL> l
1* grant dba, select any table to test identified by test
SQL> /
grant dba, select any table to test identified by test
*
ERROR at line 1:
ORA-47410: Realm violation for GRANT on UNLIMITED TABLESPACE
I have already added SYSTEM user to the realm, what config setup am i missing
Begin
DVSYS.DBMS_MACADM.ADD_AUTH_TO_REALM(
realm_name =>'T24_REALM',
grantee =>'T24',
auth_options =>DBMS_MACUTL.G_REALM_AUTH_OWNER);
end ;
/