SELECT ACCESS NOT WORKING VIA DATABASE LINK
Hi all,
I have an external DBA user called ORACLE in database XX. I granted the ORACLE user to have select access on SYS.USER$.
If I'm on the database XX and do a SELECT * FROM SYS.USER$, it works.
If I try the same query from a database link in database YY connecting to database XX as ORACLE, I get insufficient privileges.
Anyone know why?