The HR schema exists in databases, BOSTON and DENVER , and has the same password, HR. You have the CREATE DATABASE LINK and CREATE SESSION privileges on both the database.
DENVER is defined as a service name in the tnsnames.ora of both the databases.
You plan to use the command:
CREATE DATABASE LINK hr_link CONNECT TO
hr IDENTIFIED BY hr USING ‘denver’;
What must be done to ensure that all users in the BOSTON database can access
the HR schema in the DENVER?