Database Administration (MOSC)

MOSC Banner

ORA-47410 issue on 19c

edited Jan 18, 2020 11:41AM in Database Administration (MOSC) 5 commentsAnswered

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 ;

/

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center