GRANT SELECT ANY DICTIONARY
Hi,
I created a user , when he wants to connect to database in OEM (9.2.0) he is refused saying that you have to have SELECT ANY DICTIONARY. Then as sys I gave him :
GRANT SELECT ANY DICTIONARY TO USER;
Grant was succeful but he can not connect to OEM with the same error message.
Thanks for help.