A company stores data in two databases, DB1 and DB2, with these roles:
Role R1 has SELECT access to every table in database DB1.
Role R2 has SELECT access to every table in database DB2.
By default, users must be permitted to access data from only one database, so the DEFAULT_ROLE setting must be used. A small number of users who have SELECT access to DB1 also require SELECT access to DB2 within the same query.
How can access be provided to these limited users with the least operational overhead?
Community Discussion
No comments yet. Be the first to start the discussion!
Community Discussion